Skip to content

Commit b27df4e

Browse files
committed
Raise pkginfo upperbound requirement
1 parent 660ed19 commit b27df4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers=[
2828
requires-python = ">=3.9"
2929
dependencies = [
3030
"pulpcore>=3.49.0,<3.85",
31-
"pkginfo>=1.10.0,<1.12.0", # Twine has <1.11 in their requirements
31+
"pkginfo>=1.10.0,<1.13.0",
3232
"bandersnatch>=6.3,<7.0", # Anything >6.3 requires Python 3.10+
3333
"pypi-simple>=1.5.0,<2.0",
3434
]

0 commit comments

Comments
 (0)