Skip to content

Commit be555b0

Browse files
chantrafacebook-github-bot
authored andcommitted
deps: update cryptography to ^43.0.1 (#61)
Summary: Address depedabot alert: GHSA-h4gh-qq45-vh27 Signed-off-by: Manu Bretelle <[email protected]> Pull Request resolved: facebookincubator/kernel-patches-daemon#61 Reviewed By: chantra Differential Revision: D62583025 fbshipit-source-id: 849ca1dd2f7efde379fd00cb2856656de7cf027f
1 parent ff326f3 commit be555b0

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 = "^42.0.0"
36+
cryptography = "^43.0.1"
3737
certifi = "*"
3838

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

0 commit comments

Comments
 (0)