Skip to content

Commit b16c367

Browse files
committed
Upgrade urrlib3 to mitigate CVE-2025-66418
1 parent 6fa8bda commit b16c367

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ dev = [
101101
"validate-pyproject>=0.24.1",
102102
]
103103

104+
[tool.uv]
105+
constraint-dependencies = ["urllib3>=2.6.0"]
106+
104107
# List URLs that are relevant to your project
105108
#
106109
# This field corresponds to the "Project-URL" and "Home-Page" metadata fields:

uv.lock

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

0 commit comments

Comments
 (0)