Skip to content

Commit 74e35b5

Browse files
committed
Pin version of infrahub-testcontainers for Python 3.9
1 parent d4eb2d7 commit 74e35b5

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ pytest-xdist = "^3.3.1"
6363
types-python-slugify = "^8.0.0.3"
6464
invoke = "^2.2.0"
6565
towncrier = "^24.8.0"
66-
infrahub-testcontainers = "^1.2.2"
66+
infrahub-testcontainers = [
67+
{ version = "^1.2.2", python = ">=3.10" },
68+
{ version = "1.1.9", python = "3.9" },
69+
]
70+
6771
astroid = "~3.1"
6872

6973
[tool.poetry.extras]

0 commit comments

Comments
 (0)