Skip to content

Commit a4153eb

Browse files
update cryptography dependency to fix security vulnerability
1 parent 20c69bd commit a4153eb

File tree

2 files changed

+41
-36
lines changed

2 files changed

+41
-36
lines changed

poetry.lock

Lines changed: 40 additions & 36 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ types-redis = "*"
6969
types-pyyaml = "*"
7070
types-tabulate = "*"
7171
testcontainers = "^4.3.1"
72+
cryptography = { version = ">=44.0.1", markers = "python_version != '3.9.0' and python_version != '3.9.1'" }
7273

7374
[tool.poetry.group.docs.dependencies]
7475
sphinx = ">=4.4.0"

0 commit comments

Comments
 (0)