Skip to content

Commit d32d6da

Browse files
committed
Pin bandersnatch to ~=6.3.0.
See pypa/bandersnatch#1892 for the discussion. In addition, 6.3.0 is the last bandersnatch that supports py3.9. fixes #809.
1 parent 29235d0 commit d32d6da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES/809.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin bandersnatch due to backwards-incompatible change in 6.6.

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.0", # 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)