We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29235d0 commit d32d6daCopy full SHA for d32d6da
CHANGES/809.misc
@@ -0,0 +1 @@
1
+Pin bandersnatch due to backwards-incompatible change in 6.6.
pyproject.toml
@@ -29,7 +29,7 @@ requires-python = ">=3.9"
29
dependencies = [
30
"pulpcore>=3.49.0,<3.85",
31
"pkginfo>=1.10.0,<1.13.0",
32
- "bandersnatch>=6.3,<7.0", # Anything >6.3 requires Python 3.10+
+ "bandersnatch~=6.3.0", # Anything >6.3 requires Python 3.10+
33
"pypi-simple>=1.5.0,<2.0",
34
]
35
@@ -121,4 +121,4 @@ replace = "version = \"{new_version}\""
121
122
filename = "./pyproject.toml"
123
search = "version = \"{current_version}\""
124
-replace = "version = \"{new_version}\""
+replace = "version = \"{new_version}\""
0 commit comments