Skip to content

Commit ed8cb8b

Browse files
radoeringabn
authored andcommitted
deps: require packaging >= 23.1 for packaging.metadata (#9031)
(cherry picked from commit 036dcf1)
1 parent 00967d3 commit ed8cb8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ importlib-metadata = { version = ">=4.4", python = "<3.10" }
4343
installer = "^0.7.0"
4444
keyring = "^24.0.0"
4545
# packaging uses calver, so version is unclamped
46-
packaging = ">=20.5"
46+
packaging = ">=23.1"
4747
pexpect = "^4.7.0"
4848
pkginfo = "^1.9.4"
4949
platformdirs = ">=3.0.0,<5"

0 commit comments

Comments
 (0)