fix: remediate urllib3 CVEs (#16907)

This commit is contained in:
rayhan
2026-07-14 15:57:29 +01:00
committed by GitHub
parent b506d8ec5f
commit 75d9efa27c
8 changed files with 52 additions and 27 deletions

View File

@@ -8,7 +8,6 @@ readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = ["requests>=2.30.0,<3.0.0", "beartype>=0.20.0,<1.0.0"]
[dependency-groups]
test = [
"hypothesis>=6.131.9",
@@ -22,10 +21,14 @@ test = [
"requests-toolbelt>=1.0.0",
]
[tool.pytest.ini_options]
markers = [
"p1: high priority test cases",
"p2: medium priority test cases",
"p3: low priority test cases",
]
[tool.uv]
constraint-dependencies = [
"urllib3>=2.7.0",
]