Skip to content

Commit 562f518

Browse files
authored
Merge pull request #831 from pulp/patchback/backports/3.13/1f44c79a830e8b6b8aab3e1a8fedf915f54efd99/pr-814
[PR #814/1f44c79a backport][3.13] Pin bandersnatch to <6.6.
2 parents 09708f6 + 957a1a9 commit 562f518

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

+1-1
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)