Skip to content

Commit

Permalink
Bump cryptography from 41.0.5 to 41.0.6
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.5...41.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 8563134 commit a951e95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ coreschema==0.0.4
# via coreapi
cron-descriptor==1.4.0
# via django-celery-beat
cryptography==41.0.5
cryptography==41.0.6
# via
# azure-identity
# msal
Expand Down Expand Up @@ -175,7 +175,9 @@ pyasn1-modules==0.3.0
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via msal
# via
# msal
# pyjwt
python-crontab==3.0.0
# via django-celery-beat
python-dateutil==2.8.2
Expand Down
4 changes: 3 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ coreschema==0.0.4
coverage[toml]==7.3.2
# via
# -r ./requirements_test.txt
# coverage
# pytest-cov
cron-descriptor==1.4.0
# via
# -r ./requirements_test.txt
# django-celery-beat
cryptography==41.0.5
cryptography==41.0.6
# via
# -r ./requirements_test.txt
# azure-identity
Expand Down Expand Up @@ -332,6 +333,7 @@ pyjwt[crypto]==2.8.0
# via
# -r ./requirements_test.txt
# msal
# pyjwt
pyproject-api==1.6.1
# via
# -r ./requirements_test.txt
Expand Down
7 changes: 5 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ coreschema==0.0.4
# -r ./requirements.txt
# coreapi
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cron-descriptor==1.4.0
# via
# -r ./requirements.txt
# django-celery-beat
cryptography==41.0.5
cryptography==41.0.6
# via
# -r ./requirements.txt
# azure-identity
Expand Down Expand Up @@ -300,6 +302,7 @@ pyjwt[crypto]==2.8.0
# via
# -r ./requirements.txt
# msal
# pyjwt
pyproject-api==1.6.1
# via tox
pytest==7.4.3
Expand Down

0 comments on commit a951e95

Please sign in to comment.