Skip to content

Commit d04a091

Browse files
use GT operator
1 parent a4153eb commit d04a091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -69,7 +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'" }
72+
cryptography = { version = ">=44.0.1", markers = "python_version > '3.9.1'" }
7373

7474
[tool.poetry.group.docs.dependencies]
7575
sphinx = ">=4.4.0"

0 commit comments

Comments
 (0)