From 9f7df51c547ea52717f2e28fd1f3c4856f86f3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:51:28 +0000 Subject: [PATCH] chore(deps): bump cryptography from 37.0.2 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.2...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a16655690..f016bee97 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ # alabaster==0.7.12 # via sphinx -attrs==21.4.0 +attrs==22.1.0 # via # -c requirements.txt # pytest @@ -18,13 +18,13 @@ bump2version==1.0.1 # via bumpversion bumpversion==0.6.0 # via -r requirements-dev.in -certifi==2021.10.8 +certifi==2022.9.24 # via # -c requirements.txt # requests cffi==1.15.0 # via cryptography -charset-normalizer==2.0.12 +charset-normalizer==2.1.1 # via # -c requirements.txt # requests @@ -38,7 +38,7 @@ coverage[toml]==6.3.3 # via # -r requirements-dev.in # pytest-cov -cryptography==37.0.2 +cryptography==41.0.6 # via secretstorage distlib==0.3.4 # via virtualenv @@ -53,7 +53,7 @@ filelock==3.7.0 # virtualenv flake8==3.9.1 # via -r requirements-dev.in -idna==3.3 +idna==3.4 # via # -c requirements.txt # requests @@ -62,6 +62,7 @@ imagesize==1.3.0 importlib-metadata==4.11.3 # via # keyring + # sphinx # twine iniconfig==1.1.1 # via @@ -119,7 +120,7 @@ pycparser==2.21 # via cffi pyflakes==2.3.1 # via flake8 -pygments==2.12.0 +pygments==2.13.0 # via # -c requirements.txt # readme-renderer @@ -142,7 +143,7 @@ pytz==2022.1 # via babel readme-renderer==35.0 # via twine -requests==2.27.1 +requests==2.28.1 # via # -c requirements.txt # requests-toolbelt @@ -198,9 +199,12 @@ twine==4.0.0 # via -r requirements-dev.in typed-ast==1.4.3 # via mypy -typing-extensions==4.2.0 - # via mypy -urllib3==1.26.9 +typing-extensions==4.4.0 + # via + # -c requirements.txt + # mypy + # rich +urllib3==1.26.12 # via # -c requirements.txt # requests