Skip to content

Commit 768259e

Browse files
committed
chore(deps): update dependency urllib3 to v2.2.2
1 parent a55f241 commit 768259e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ pyyaml-env-tag==0.1; python_version >= '3.6'
2929
regex==2024.5.15; python_version >= '3.8'
3030
requests==2.32.3; python_version >= '3.7'
3131
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
32-
urllib3==2.2.1; python_version >= '3.8'
32+
urllib3==2.2.2; python_version >= '3.8'
3333
watchdog==4.0.1; python_version >= '3.8'
3434
wcwidth==0.2.13

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ pyyaml-env-tag==0.1; python_version >= '3.6'
2828
regex==2024.5.15; python_version >= '3.8'
2929
requests==2.32.3; python_version >= '3.7'
3030
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
31-
urllib3==2.2.1; python_version >= '3.8'
31+
urllib3==2.2.2; python_version >= '3.8'
3232
watchdog==4.0.1; python_version >= '3.8'
3333
wcwidth==0.2.13

0 commit comments

Comments
 (0)