From 957a1a9bbd34dec127618277e001250b85639886 Mon Sep 17 00:00:00 2001 From: Grant Gainey Date: Thu, 20 Mar 2025 12:39:58 -0400 Subject: [PATCH] Merge pull request #814 from ggainey/pin_bandersnatch Pin bandersnatch to <6.6. (cherry picked from commit 1f44c79a830e8b6b8aab3e1a8fedf915f54efd99) --- CHANGES/809.misc | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/809.misc diff --git a/CHANGES/809.misc b/CHANGES/809.misc new file mode 100644 index 00000000..0a925a87 --- /dev/null +++ b/CHANGES/809.misc @@ -0,0 +1 @@ +Pin bandersnatch due to backwards-incompatible change in 6.6. diff --git a/pyproject.toml b/pyproject.toml index 8ab6c822..036e85be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">=3.9" dependencies = [ "pulpcore>=3.49.0,<3.85", "pkginfo>=1.10.0,<1.13.0", - "bandersnatch>=6.3,<7.0", # Anything >6.3 requires Python 3.10+ + "bandersnatch>=6.3.0,<6.4", # Anything >6.3 requires Python 3.10+ "pypi-simple>=1.5.0,<2.0", ]