Skip to content

Commit 4b027d7

Browse files
committed
poetry: unlock cryptography versions to prevent conflicts with other packages
1 parent b9d0063 commit 4b027d7

File tree

2 files changed

+54
-45
lines changed

2 files changed

+54
-45
lines changed

poetry.lock

Lines changed: 53 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = [
2626
[tool.poetry.dependencies]
2727
python = "^3.6"
2828
requests = "^2.25.1"
29-
cryptography = "^38.0.4"
29+
cryptography = ">=38.0.4"
3030
PyJWT = "2.4.0"
3131

3232
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)