Skip to content

Commit 017cf28

Browse files
committed
fix: upgrade urllib3 to patched version
1 parent 0503ee0 commit 017cf28

File tree

3 files changed

+204
-197
lines changed

3 files changed

+204
-197
lines changed

requirements-dev.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements-dev.in -o requirements-dev.txt
3-
coverage==7.10.3
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.14
3+
# by the following command:
4+
#
5+
# pip-compile requirements-dev.in
6+
#
7+
coverage[toml]==7.13.1
48
# via
59
# -r requirements-dev.in
610
# pytest-cov
@@ -23,15 +27,16 @@ pytest==8.4.1
2327
# -r requirements-dev.in
2428
# pytest-cov
2529
# pytest-xdist
26-
pytest-cov==6.2.1
30+
pytest-cov==7.0.0
2731
# via -r requirements-dev.in
2832
pytest-xdist==3.8.0
2933
# via -r requirements-dev.in
3034
ruff==0.12.8
3135
# via -r requirements-dev.in
32-
setuptools==80.9.0
33-
# via -r requirements-dev.in
34-
urllib3==2.5.0
36+
urllib3==2.6.3
3537
# via -r requirements.in
3638
xmltodict==0.14.2
3739
# via -r requirements-dev.in
40+
41+
# The following packages are considered to be unsafe in a requirements file:
42+
# setuptools

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
defusedxml==0.7.1
2-
urllib3==2.5.0
2+
urllib3==2.6.3
33

0 commit comments

Comments
 (0)