Skip to content

Commit dd7725d

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

File tree

2 files changed

+55
-46
lines changed

2 files changed

+55
-46
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ packages = [
2626
[tool.poetry.dependencies]
2727
python = "^3.6"
2828
requests = "^2.25.1"
29-
cryptography = "^38.0.4"
30-
PyJWT = "2.4.0"
29+
cryptography = ">=38.0.4"
30+
PyJWT = ">=2.4.0"
3131

3232
[tool.poetry.dev-dependencies]
3333
mock = "^4.0.3"

0 commit comments

Comments
 (0)