Skip to content

Commit dff3590

Browse files
Bump cryptography from 43.0.1 to 44.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0eb3789 commit dff3590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requests==2.32.0
66
urllib3==1.26.19
77
# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/
88
python-jose[cryptography]==3.3.0
9-
cryptography==43.0.1
9+
cryptography==44.0.1
1010
PyYAML==6.0.2
1111
pytest==7.2.2
1212
pytest-mock==3.8.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ charset-normalizer==2.1.1
2424
# via requests
2525
click==8.1.3
2626
# via flask
27-
cryptography==43.0.1
27+
cryptography==44.0.1
2828
# via
2929
# -r requirements.in
3030
# python-jose

0 commit comments

Comments
 (0)