From d23c462cc7ed08e2fe8c043b3d6a1ffd51515cd5 Mon Sep 17 00:00:00 2001 From: Jitka Obselkova Date: Thu, 22 May 2025 14:16:04 +0200 Subject: [PATCH] Fix bandersnatch version note in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00940831..685f8be5 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.0,<6.4", # Anything >6.3 requires Python 3.10+ + "bandersnatch>=6.3.0,<6.4", # Anything >=6.4 requires Python 3.10+ "pypi-simple>=1.5.0,<2.0", ]