From 4cbee2a928262cf1a6cccc1bdc6f1db0b53459a3 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Tue, 4 Aug 2026 16:10:31 +0200 Subject: [PATCH] Update requests --- pulp-glue/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index f47ae8a89..bb0960934 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ "multidict>=6.0.5,<6.8", "packaging>=22.0,<=26.2", # CalVer "pydantic>=2.9.2,<3", # Stable with the exception of experimental features. https://pydantic.dev/docs/validation/latest/get-started/version-policy - "requests>=2.24.0,<2.34;python_version<'3.12'", - "requests>=2.25.1,<2.34;python_version>='3.12'", + "requests>=2.24.0,<2.35 ; python_version < '3.12'", + "requests>=2.25.1,<2.35 ; python_version >= '3.12'", "tomli>=2.0.0,<2.1;python_version<'3.11'", ]