Skip to content

Commit 3d54e51

Browse files
build(deps): bump cryptography version
1 parent 65d67cc commit 3d54e51

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

poetry.lock

+33-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [ { include = "contxt" } ]
1212
python = "^3.8"
1313
auth0-python = "^3"
1414
click = ">=7,<9"
15-
cryptography = { version = ">=1.4", optional = true } # enable pyjwt to en/decode jwt via RSA
15+
cryptography = { version = ">=42.0.4", optional = true } # enable pyjwt to en/decode jwt via RSA
1616
pyjwt = "^2"
1717
pyyaml = ">=5,<7"
1818
requests = "^2"

0 commit comments

Comments
 (0)