Skip to content

Commit ab018dd

Browse files
committed
urllib3 vulnerability
1 parent cfa2e00 commit ab018dd

3 files changed

Lines changed: 30 additions & 36 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313
exclude_types: [ python ]
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.14.10
15+
rev: v0.14.13
1616
hooks:
1717
- id: ruff
1818
exclude: ^tests/
@@ -56,7 +56,7 @@ repos:
5656
--line-length=100
5757
]
5858
- repo: https://github.com/facebook/pyrefly-pre-commit
59-
rev: 0.46.1
59+
rev: 0.49.0
6060
hooks:
6161
- id: pyrefly-check
6262
name: pyrefly check

requirements.dev.txt

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ annotated-types==0.7.0
1010
# pydantic
1111
bracex==2.6
1212
# via wcmatch
13-
build==1.3.0
13+
build==1.4.0
1414
# via pip-tools
15-
cachetools==6.2.4
16-
# via
17-
# -r requirements.txt
18-
# google-auth
19-
certifi==2025.11.12
15+
certifi==2026.1.4
2016
# via
2117
# -r requirements.txt
2218
# requests
@@ -33,27 +29,27 @@ click==8.3.1
3329
# mkdocs
3430
# pip-tools
3531
# typer
36-
coverage[toml]==7.13.0
32+
coverage[toml]==7.13.1
3733
# via pytest-cov
3834
distlib==0.4.0
3935
# via virtualenv
40-
filelock==3.20.1
36+
filelock==3.20.3
4137
# via virtualenv
4238
freezegun==1.5.5
4339
# via -r requirements.dev.in
4440
ghp-import==2.1.0
4541
# via mkdocs
46-
google-api-core==2.28.1
42+
google-api-core==2.29.0
4743
# via
4844
# -r requirements.txt
4945
# google-api-python-client
50-
google-api-python-client==2.187.0
46+
google-api-python-client==2.188.0
5147
# via
5248
# -r requirements.txt
5349
# google-api-python-client-stubs
5450
google-api-python-client-stubs==1.31.0
5551
# via -r requirements.dev.in
56-
google-auth==2.45.0
52+
google-auth==2.47.0
5753
# via
5854
# -r requirements.txt
5955
# google-api-core
@@ -67,13 +63,13 @@ googleapis-common-protos==1.72.0
6763
# via
6864
# -r requirements.txt
6965
# google-api-core
70-
httplib2==0.31.0
66+
httplib2==0.31.1
7167
# via
7268
# -r requirements.txt
7369
# google-api-python-client
7470
# google-auth-httplib2
7571
# oauth2client
76-
identify==2.6.15
72+
identify==2.6.16
7773
# via pre-commit
7874
idna==3.11
7975
# via
@@ -118,7 +114,7 @@ packaging==25.0
118114
# build
119115
# mkdocs
120116
# pytest
121-
pathspec==0.12.1
117+
pathspec==1.0.3
122118
# via mkdocs
123119
pip-tools==7.5.2
124120
# via -r requirements.dev.in
@@ -136,13 +132,13 @@ proto-plus==1.27.0
136132
# via
137133
# -r requirements.txt
138134
# google-api-core
139-
protobuf==6.33.2
135+
protobuf==6.33.4
140136
# via
141137
# -r requirements.txt
142138
# google-api-core
143139
# googleapis-common-protos
144140
# proto-plus
145-
pyasn1==0.6.1
141+
pyasn1==0.6.2
146142
# via
147143
# -r requirements.txt
148144
# oauth2client
@@ -167,15 +163,15 @@ pygments==2.19.2
167163
# via
168164
# pytest
169165
# rich
170-
pyparsing==3.3.1
166+
pyparsing==3.3.2
171167
# via
172168
# -r requirements.txt
173169
# httplib2
174170
pyproject-hooks==1.2.0
175171
# via
176172
# build
177173
# pip-tools
178-
pyrefly==0.46.1
174+
pyrefly==0.49.0
179175
# via -r requirements.dev.in
180176
pytest==9.0.2
181177
# via
@@ -222,15 +218,15 @@ six==1.17.0
222218
# -r requirements.txt
223219
# oauth2client
224220
# python-dateutil
225-
typer==0.21.0
221+
typer==0.21.1
226222
# via lazydocs
227-
types-httplib2==0.31.0.20250913
223+
types-httplib2==0.31.1.20260115
228224
# via
229225
# -r requirements.dev.in
230226
# google-api-python-client-stubs
231227
types-python-dateutil==2.9.0.20251115
232228
# via -r requirements.dev.in
233-
types-requests==2.32.4.20250913
229+
types-requests==2.32.4.20260107
234230
# via -r requirements.dev.in
235231
typing-extensions==4.15.0
236232
# via
@@ -248,12 +244,12 @@ uritemplate==4.2.0
248244
# via
249245
# -r requirements.txt
250246
# google-api-python-client
251-
urllib3==2.6.2
247+
urllib3==2.6.3
252248
# via
253249
# -r requirements.txt
254250
# requests
255251
# types-requests
256-
virtualenv==20.35.4
252+
virtualenv==20.36.1
257253
# via pre-commit
258254
watchdog==6.0.0
259255
# via mkdocs

requirements.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
cachetools==6.2.4
10-
# via google-auth
11-
certifi==2025.11.12
9+
certifi==2026.1.4
1210
# via requests
1311
cffi==2.0.0
1412
# via -r requirements.in
1513
charset-normalizer==3.4.4
1614
# via requests
17-
google-api-core==2.28.1
15+
google-api-core==2.29.0
1816
# via google-api-python-client
19-
google-api-python-client==2.187.0
17+
google-api-python-client==2.188.0
2018
# via -r requirements.in
21-
google-auth==2.45.0
19+
google-auth==2.47.0
2220
# via
2321
# google-api-core
2422
# google-api-python-client
@@ -27,7 +25,7 @@ google-auth-httplib2==0.3.0
2725
# via google-api-python-client
2826
googleapis-common-protos==1.72.0
2927
# via google-api-core
30-
httplib2==0.31.0
28+
httplib2==0.31.1
3129
# via
3230
# -r requirements.in
3331
# google-api-python-client
@@ -39,12 +37,12 @@ oauth2client==4.1.3
3937
# via -r requirements.in
4038
proto-plus==1.27.0
4139
# via google-api-core
42-
protobuf==6.33.2
40+
protobuf==6.33.4
4341
# via
4442
# google-api-core
4543
# googleapis-common-protos
4644
# proto-plus
47-
pyasn1==0.6.1
45+
pyasn1==0.6.2
4846
# via
4947
# oauth2client
5048
# pyasn1-modules
@@ -59,7 +57,7 @@ pydantic==2.12.5
5957
# via -r requirements.in
6058
pydantic-core==2.41.5
6159
# via pydantic
62-
pyparsing==3.3.1
60+
pyparsing==3.3.2
6361
# via httplib2
6462
python-dateutil==2.9.0.post0
6563
# via -r requirements.in
@@ -86,5 +84,5 @@ typing-inspection==0.4.2
8684
# via pydantic
8785
uritemplate==4.2.0
8886
# via google-api-python-client
89-
urllib3==2.6.2
87+
urllib3==2.6.3
9088
# via requests

0 commit comments

Comments
 (0)