Skip to content

Commit b2fc977

Browse files
Bump cryptography from 43.0.3 to 44.0.1 in /ch14/requirements
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d606721 commit b2fc977

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ch14/requirements/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ cffi==1.17.1
1212
# via cryptography
1313
click==8.1.7
1414
# via uvicorn
15-
cryptography==43.0.3
15+
cryptography==44.0.1
1616
# via pyjwt
1717
dnspython==2.7.0
1818
# via email-validator
1919
email-validator==2.2.0
2020
# via pydantic
2121
fastapi==0.115.5
2222
# via -r requirements.in
23+
greenlet==3.1.1
24+
# via sqlalchemy
2325
h11==0.14.0
2426
# via uvicorn
2527
idna==3.10

0 commit comments

Comments
 (0)