Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent c8ee9db commit d809b52
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ click==8.1.7
# via
# black
# rq
cryptography==43.0.3
cryptography==44.0.0
# via
# fido2
# jwcrypto
Expand Down
2 changes: 1 addition & 1 deletion ldap-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via rq
cryptography==43.0.3
cryptography==44.0.0
# via
# fido2
# jwcrypto
Expand Down
2 changes: 1 addition & 1 deletion mysql-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via rq
cryptography==43.0.3
cryptography==44.0.0
# via
# fido2
# jwcrypto
Expand Down
2 changes: 1 addition & 1 deletion postgresql-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via rq
cryptography==43.0.3
cryptography==44.0.0
# via
# fido2
# jwcrypto
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via rq
cryptography==43.0.3
cryptography==44.0.0
# via
# fido2
# jwcrypto
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click==8.1.7
# via rq
colorama==0.4.6
# via tox
cryptography==43.0.3
cryptography==44.0.0
# via
# fido2
# jwcrypto
Expand Down

0 comments on commit d809b52

Please sign in to comment.