Skip to content

Commit 6a58e1d

Browse files
committed
Pin bandersnatch to <6.6.
See pypa/bandersnatch#1892 for the discussion.
1 parent b7b528c commit 6a58e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires-python = ">=3.9"
2929
dependencies = [
3030
"pulpcore>=3.49.0,<3.85",
3131
"pkginfo>=1.10.0,<1.13.0",
32-
"bandersnatch>=6.3,<7.0", # Anything >6.3 requires Python 3.10+
32+
"bandersnatch>=6.3,<6.6", # Anything >6.3 requires Python 3.10+
3333
"pypi-simple>=1.5.0,<2.0",
3434
]
3535

@@ -121,4 +121,4 @@ replace = "version = \"{new_version}\""
121121

122122
filename = "./pyproject.toml"
123123
search = "version = \"{current_version}\""
124-
replace = "version = \"{new_version}\""
124+
replace = "version = \"{new_version}\""

0 commit comments

Comments
 (0)