Skip to content

Commit a18da47

Browse files
committed
wheel vulnerability
1 parent ab018dd commit a18da47

3 files changed

Lines changed: 39 additions & 27 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.13
15+
rev: v0.15.0
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.49.0
59+
rev: 0.52.0
6060
hooks:
6161
- id: pyrefly-check
6262
name: pyrefly check

requirements.dev.txt

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile requirements.dev.in
66
#
7+
annotated-doc==0.0.4
8+
# via typer
79
annotated-types==0.7.0
810
# via
911
# -r requirements.txt
@@ -17,7 +19,9 @@ certifi==2026.1.4
1719
# -r requirements.txt
1820
# requests
1921
cffi==2.0.0
20-
# via -r requirements.txt
22+
# via
23+
# -r requirements.txt
24+
# cryptography
2125
cfgv==3.5.0
2226
# via pre-commit
2327
charset-normalizer==3.4.4
@@ -29,8 +33,12 @@ click==8.3.1
2933
# mkdocs
3034
# pip-tools
3135
# typer
32-
coverage[toml]==7.13.1
36+
coverage[toml]==7.13.4
3337
# via pytest-cov
38+
cryptography==46.0.5
39+
# via
40+
# -r requirements.txt
41+
# google-auth
3442
distlib==0.4.0
3543
# via virtualenv
3644
filelock==3.20.3
@@ -43,13 +51,13 @@ google-api-core==2.29.0
4351
# via
4452
# -r requirements.txt
4553
# google-api-python-client
46-
google-api-python-client==2.188.0
54+
google-api-python-client==2.189.0
4755
# via
4856
# -r requirements.txt
4957
# google-api-python-client-stubs
5058
google-api-python-client-stubs==1.31.0
5159
# via -r requirements.dev.in
52-
google-auth==2.47.0
60+
google-auth==2.48.0
5361
# via
5462
# -r requirements.txt
5563
# google-api-core
@@ -63,7 +71,7 @@ googleapis-common-protos==1.72.0
6371
# via
6472
# -r requirements.txt
6573
# google-api-core
66-
httplib2==0.31.1
74+
httplib2==0.31.2
6775
# via
6876
# -r requirements.txt
6977
# google-api-python-client
@@ -81,7 +89,7 @@ jinja2==3.1.6
8189
# via mkdocs
8290
lazydocs==0.4.8
8391
# via -r requirements.dev.in
84-
markdown==3.10
92+
markdown==3.10.2
8593
# via mkdocs
8694
markdown-it-py==4.0.0
8795
# via rich
@@ -109,12 +117,13 @@ nodeenv==1.10.0
109117
# via pre-commit
110118
oauth2client==4.1.3
111119
# via -r requirements.txt
112-
packaging==25.0
120+
packaging==26.0
113121
# via
114122
# build
115123
# mkdocs
116124
# pytest
117-
pathspec==1.0.3
125+
# wheel
126+
pathspec==1.0.4
118127
# via mkdocs
119128
pip-tools==7.5.2
120129
# via -r requirements.dev.in
@@ -128,11 +137,11 @@ pluggy==1.6.0
128137
# pytest-cov
129138
pre-commit==4.5.1
130139
# via -r requirements.dev.in
131-
proto-plus==1.27.0
140+
proto-plus==1.27.1
132141
# via
133142
# -r requirements.txt
134143
# google-api-core
135-
protobuf==6.33.4
144+
protobuf==6.33.5
136145
# via
137146
# -r requirements.txt
138147
# google-api-core
@@ -149,7 +158,7 @@ pyasn1-modules==0.4.2
149158
# -r requirements.txt
150159
# google-auth
151160
# oauth2client
152-
pycparser==2.23
161+
pycparser==3.0
153162
# via
154163
# -r requirements.txt
155164
# cffi
@@ -171,7 +180,7 @@ pyproject-hooks==1.2.0
171180
# via
172181
# build
173182
# pip-tools
174-
pyrefly==0.49.0
183+
pyrefly==0.52.0
175184
# via -r requirements.dev.in
176185
pytest==9.0.2
177186
# via
@@ -202,7 +211,7 @@ requests==2.32.5
202211
# requests-mock
203212
requests-mock==1.12.1
204213
# via -r requirements.dev.in
205-
rich==14.2.0
214+
rich==14.3.2
206215
# via typer
207216
rsa==4.9.1
208217
# via
@@ -218,13 +227,13 @@ six==1.17.0
218227
# -r requirements.txt
219228
# oauth2client
220229
# python-dateutil
221-
typer==0.21.1
230+
typer==0.21.2
222231
# via lazydocs
223-
types-httplib2==0.31.1.20260115
232+
types-httplib2==0.31.2.20260125
224233
# via
225234
# -r requirements.dev.in
226235
# google-api-python-client-stubs
227-
types-python-dateutil==2.9.0.20251115
236+
types-python-dateutil==2.9.0.20260124
228237
# via -r requirements.dev.in
229238
types-requests==2.32.4.20260107
230239
# via -r requirements.dev.in
@@ -234,7 +243,6 @@ typing-extensions==4.15.0
234243
# google-api-python-client-stubs
235244
# pydantic
236245
# pydantic-core
237-
# typer
238246
# typing-inspection
239247
typing-inspection==0.4.2
240248
# via
@@ -255,7 +263,7 @@ watchdog==6.0.0
255263
# via mkdocs
256264
wcmatch==10.1
257265
# via mkdocs-awesome-pages-plugin
258-
wheel==0.45.1
266+
wheel==0.46.3
259267
# via pip-tools
260268

261269
# The following packages are considered to be unsafe in a requirements file:

requirements.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ annotated-types==0.7.0
99
certifi==2026.1.4
1010
# via requests
1111
cffi==2.0.0
12-
# via -r requirements.in
12+
# via
13+
# -r requirements.in
14+
# cryptography
1315
charset-normalizer==3.4.4
1416
# via requests
17+
cryptography==46.0.5
18+
# via google-auth
1519
google-api-core==2.29.0
1620
# via google-api-python-client
17-
google-api-python-client==2.188.0
21+
google-api-python-client==2.189.0
1822
# via -r requirements.in
19-
google-auth==2.47.0
23+
google-auth==2.48.0
2024
# via
2125
# google-api-core
2226
# google-api-python-client
@@ -25,7 +29,7 @@ google-auth-httplib2==0.3.0
2529
# via google-api-python-client
2630
googleapis-common-protos==1.72.0
2731
# via google-api-core
28-
httplib2==0.31.1
32+
httplib2==0.31.2
2933
# via
3034
# -r requirements.in
3135
# google-api-python-client
@@ -35,9 +39,9 @@ idna==3.11
3539
# via requests
3640
oauth2client==4.1.3
3741
# via -r requirements.in
38-
proto-plus==1.27.0
42+
proto-plus==1.27.1
3943
# via google-api-core
40-
protobuf==6.33.4
44+
protobuf==6.33.5
4145
# via
4246
# google-api-core
4347
# googleapis-common-protos
@@ -51,7 +55,7 @@ pyasn1-modules==0.4.2
5155
# via
5256
# google-auth
5357
# oauth2client
54-
pycparser==2.23
58+
pycparser==3.0
5559
# via cffi
5660
pydantic==2.12.5
5761
# via -r requirements.in

0 commit comments

Comments
 (0)