Skip to content

Commit 1f77636

Browse files
committed
Update requests
1 parent a4cc746 commit 1f77636

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pulp-glue/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"multidict>=6.0.5,<6.8",
2626
"packaging>=22.0,<=26.2", # CalVer
2727
"pydantic>=2.9.2,<3", # Stable with the exception of experimental features. https://pydantic.dev/docs/validation/latest/get-started/version-policy
28-
"requests>=2.24.0,<2.34;python_version<'3.12'",
29-
"requests>=2.25.1,<2.34;python_version>='3.12'",
28+
"requests>=2.24.0,<2.35 ; python_version < '3.12'",
29+
"requests>=2.25.1,<2.35 ; python_version >= '3.12'",
3030
"tomli>=2.0.0,<2.1;python_version<'3.11'",
3131
]
3232

0 commit comments

Comments
 (0)