Skip to content

Commit 5e50bde

Browse files
committed
Bump cryptography to 44.0.1
dependabot reported a vulnerability CVE-2024-12797 fixed in 44.0.1 Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 7a845c2 commit 5e50bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python-dateutil = "^2.8.2"
3333
# Explicitly include cryptography package
3434
# It's required for PyJWT which is dependency of PyGithub
3535
# https://pyjwt.readthedocs.io/en/stable/installation.html#cryptographic-dependencies-optional
36-
cryptography = "^43.0.1"
36+
cryptography = "^44.0.1"
3737
certifi = "*"
3838

3939
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)