Skip to content

Commit 4bbee73

Browse files
committed
Bump urllib3 to >=2.6.3 to patch CVE-2026-21441
1 parent e1eceac commit 4bbee73

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "A Python Prometheus client for all Prometheus instances."
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.10,<4.0"
15-
urllib3 = ">=2.6.0,<3.0.0" # pinned to patch urllib3 cves
15+
urllib3 = ">=2.6.3,<3.0.0" # pinned to patch urllib3 cves
1616
botocore = "^1.38"
1717
boto3 = "^1.38"
1818
pydantic = ">=1.8.1,<3"

0 commit comments

Comments
 (0)