Skip to content

Commit fa87fc0

Browse files
committed
Pin version of infrahub-testcontainers for Python 3.9
1 parent a9b4362 commit fa87fc0

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
@@ -64,7 +64,11 @@ pytest-xdist = "^3.3.1"
6464
types-python-slugify = "^8.0.0.3"
6565
invoke = "^2.2.0"
6666
towncrier = "^24.8.0"
67-
infrahub-testcontainers = "^1.2.2"
67+
infrahub-testcontainers = [
68+
{ version = "^1.2.2", python = ">=3.10" },
69+
{ version = "1.1.9", python = "3.9" },
70+
]
71+
6872
astroid = "~3.1"
6973

7074
[tool.poetry.extras]

0 commit comments

Comments
 (0)