Skip to content

Commit b760dbf

Browse files
committed
Revert infrahub-testcontainers to 1.1.9 for all versions of Python
1 parent 4800c43 commit b760dbf

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
@@ -64,10 +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 = [
68-
{ version = "^1.2.2", python = ">=3.11" },
69-
{ version = "1.1.9", python = "<3.11" },
70-
]
67+
infrahub-testcontainers = "~1.1.9"
68+
69+
# { version = "^1.2.2", python = ">=3.11" },
70+
# { version = "1.1.9", python = "<3.11" },
71+
# ]
7172

7273
astroid = "~3.1"
7374

0 commit comments

Comments
 (0)