Skip to content

Commit 6dd52e4

Browse files
authored
Merge pull request #17154 from RasmusWL/poetry-update
Python: Upgrade lockfile for extractor tests
2 parents 0dfdee7 + d50898e commit 6dd52e4

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

python/extractor/poetry.lock

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

python/extractor/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ pyyaml = "^6.0.1"
1515
[tool.poetry.group.dev.dependencies]
1616
pytest-mock = "^3.11.1"
1717
pytest = "^7.4.2"
18+
# packaging 24.0 was wrongly released as supporting Python 3.7, while it actually
19+
# didn't. So as long as we support Python 3.7, we need to stick to <24.0.
20+
packaging = "<24.0"
1821

1922
[build-system]
2023
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)