Skip to content

Commit d1ff928

Browse files
committed
Revert infrahub-testcontainers to 1.1.9 for all versions of Python
1 parent 6f5baa5 commit d1ff928

File tree

2 files changed

+10
-59
lines changed

2 files changed

+10
-59
lines changed

poetry.lock

Lines changed: 5 additions & 55 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +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 = [
67-
{ version = "^1.2.2", python = ">=3.11" },
68-
{ version = "1.1.9", python = "<3.11" },
69-
]
66+
infrahub-testcontainers = "~1.1.9"
67+
68+
# { version = "^1.2.2", python = ">=3.11" },
69+
# { version = "1.1.9", python = "<3.11" },
70+
# ]
7071

7172
astroid = "~3.1"
7273

0 commit comments

Comments
 (0)