Skip to content

Commit 957a1a9

Browse files
ggaineypatchback[bot]
authored andcommitted
Merge pull request #814 from ggainey/pin_bandersnatch
Pin bandersnatch to <6.6. (cherry picked from commit 1f44c79)
1 parent 09708f6 commit 957a1a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES/809.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin bandersnatch due to backwards-incompatible change in 6.6.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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,<6.4", # Anything >6.3 requires Python 3.10+
3333
"pypi-simple>=1.5.0,<2.0",
3434
]
3535

0 commit comments

Comments
 (0)