Skip to content

Commit

Permalink
chore(deps): bump cryptography from 37.0.2 to 41.0.6
Browse files Browse the repository at this point in the history
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](pyca/cryptography@37.0.2...41.0.6)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent a60b232 commit 9f7df51
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.12
# via sphinx
attrs==21.4.0
attrs==22.1.0
# via
# -c requirements.txt
# pytest
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -62,6 +62,7 @@ imagesize==1.3.0
importlib-metadata==4.11.3
# via
# keyring
# sphinx
# twine
iniconfig==1.1.1
# via
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f7df51

Please sign in to comment.