Skip to content

Commit 5493069

Browse files
committed
volnurable jnjia / virtualenv
1 parent beb7df9 commit 5493069

5 files changed

Lines changed: 77 additions & 77 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ exclude: |
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ruff version.
11-
rev: v0.5.4
11+
rev: v0.9.1
1212
hooks:
1313
# Run the linter.
1414
- id: ruff
1515
args: [ --fix ]
1616
# Run the formatter.
1717
- id: ruff-format
1818
- repo: https://github.com/RobertCraigie/pyright-python
19-
rev: v1.1.372
19+
rev: v1.1.391
2020
hooks:
2121
- id: pyright
2222

requirements.dev.txt

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -8,56 +8,56 @@ annotated-types==0.7.0
88
# via
99
# -r requirements.txt
1010
# pydantic
11-
astroid==3.2.4
11+
astroid==3.3.8
1212
# via pylint
13-
bracex==2.4
13+
bracex==2.5.post1
1414
# via wcmatch
15-
build==1.2.1
15+
build==1.2.2.post1
1616
# via pip-tools
17-
cachetools==5.4.0
17+
cachetools==5.5.0
1818
# via
1919
# -r requirements.txt
2020
# google-auth
21-
certifi==2024.7.4
21+
certifi==2024.12.14
2222
# via
2323
# -r requirements.txt
2424
# requests
25-
cffi==1.16.0
25+
cffi==1.17.1
2626
# via -r requirements.txt
2727
cfgv==3.4.0
2828
# via pre-commit
29-
charset-normalizer==3.3.2
29+
charset-normalizer==3.4.1
3030
# via
3131
# -r requirements.txt
3232
# requests
33-
click==8.1.7
33+
click==8.1.8
3434
# via
3535
# mkdocs
3636
# pip-tools
3737
# typer
38-
coverage[toml]==7.6.0
38+
coverage[toml]==7.6.10
3939
# via pytest-cov
40-
dill==0.3.8
40+
dill==0.3.9
4141
# via pylint
42-
distlib==0.3.8
42+
distlib==0.3.9
4343
# via virtualenv
44-
filelock==3.15.4
44+
filelock==3.16.1
4545
# via virtualenv
4646
freezegun==1.5.1
4747
# via -r requirements.dev.in
4848
ghp-import==2.1.0
4949
# via mkdocs
50-
google-api-core==2.19.1
50+
google-api-core==2.24.0
5151
# via
5252
# -r requirements.txt
5353
# google-api-python-client
54-
google-api-python-client==2.137.0
54+
google-api-python-client==2.159.0
5555
# via
5656
# -r requirements.txt
5757
# google-api-python-client-stubs
58-
google-api-python-client-stubs==1.26.0
58+
google-api-python-client-stubs==1.28.0
5959
# via -r requirements.dev.in
60-
google-auth==2.32.0
60+
google-auth==2.37.0
6161
# via
6262
# -r requirements.txt
6363
# google-api-core
@@ -67,7 +67,7 @@ google-auth-httplib2==0.2.0
6767
# via
6868
# -r requirements.txt
6969
# google-api-python-client
70-
googleapis-common-protos==1.63.2
70+
googleapis-common-protos==1.66.0
7171
# via
7272
# -r requirements.txt
7373
# google-api-core
@@ -77,25 +77,25 @@ httplib2==0.22.0
7777
# google-api-python-client
7878
# google-auth-httplib2
7979
# oauth2client
80-
identify==2.6.0
80+
identify==2.6.5
8181
# via pre-commit
82-
idna==3.7
82+
idna==3.10
8383
# via
8484
# -r requirements.txt
8585
# requests
8686
iniconfig==2.0.0
8787
# via pytest
8888
isort==5.13.2
8989
# via pylint
90-
jinja2==3.1.4
90+
jinja2==3.1.5
9191
# via mkdocs
9292
lazydocs==0.4.8
9393
# via -r requirements.dev.in
94-
markdown==3.6
94+
markdown==3.7
9595
# via mkdocs
9696
markdown-it-py==3.0.0
9797
# via rich
98-
markupsafe==2.1.5
98+
markupsafe==3.0.2
9999
# via
100100
# jinja2
101101
# mkdocs
@@ -107,15 +107,15 @@ mergedeep==1.3.4
107107
# via
108108
# mkdocs
109109
# mkdocs-get-deps
110-
mkdocs==1.6.0
110+
mkdocs==1.6.1
111111
# via
112112
# -r requirements.dev.in
113113
# mkdocs-awesome-pages-plugin
114-
mkdocs-awesome-pages-plugin==2.9.2
114+
mkdocs-awesome-pages-plugin==2.10.1
115115
# via -r requirements.dev.in
116116
mkdocs-get-deps==0.2.0
117117
# via mkdocs
118-
mypy==1.11.0
118+
mypy==1.14.1
119119
# via -r requirements.dev.in
120120
mypy-extensions==1.0.0
121121
# via mypy
@@ -125,7 +125,7 @@ nodeenv==1.9.1
125125
# via pre-commit
126126
oauth2client==4.1.3
127127
# via -r requirements.txt
128-
packaging==24.1
128+
packaging==24.2
129129
# via
130130
# build
131131
# mkdocs
@@ -134,32 +134,32 @@ pathspec==0.12.1
134134
# via mkdocs
135135
pip-tools==7.4.1
136136
# via -r requirements.dev.in
137-
platformdirs==4.2.2
137+
platformdirs==4.3.6
138138
# via
139139
# mkdocs-get-deps
140140
# pylint
141141
# virtualenv
142142
pluggy==1.5.0
143143
# via pytest
144-
pre-commit==3.7.1
144+
pre-commit==4.0.1
145145
# via -r requirements.dev.in
146-
proto-plus==1.24.0
146+
proto-plus==1.25.0
147147
# via
148148
# -r requirements.txt
149149
# google-api-core
150-
protobuf==5.27.2
150+
protobuf==5.29.3
151151
# via
152152
# -r requirements.txt
153153
# google-api-core
154154
# googleapis-common-protos
155155
# proto-plus
156-
pyasn1==0.6.0
156+
pyasn1==0.6.1
157157
# via
158158
# -r requirements.txt
159159
# oauth2client
160160
# pyasn1-modules
161161
# rsa
162-
pyasn1-modules==0.4.0
162+
pyasn1-modules==0.4.1
163163
# via
164164
# -r requirements.txt
165165
# google-auth
@@ -168,30 +168,30 @@ pycparser==2.22
168168
# via
169169
# -r requirements.txt
170170
# cffi
171-
pydantic==2.8.2
171+
pydantic==2.10.5
172172
# via -r requirements.txt
173-
pydantic-core==2.20.1
173+
pydantic-core==2.27.2
174174
# via
175175
# -r requirements.txt
176176
# pydantic
177-
pygments==2.18.0
177+
pygments==2.19.1
178178
# via rich
179-
pylint==3.2.6
179+
pylint==3.3.3
180180
# via -r requirements.dev.in
181-
pyparsing==3.1.2
181+
pyparsing==3.2.1
182182
# via
183183
# -r requirements.txt
184184
# httplib2
185-
pyproject-hooks==1.1.0
185+
pyproject-hooks==1.2.0
186186
# via
187187
# build
188188
# pip-tools
189-
pytest==8.3.1
189+
pytest==8.3.4
190190
# via
191191
# -r requirements.dev.in
192192
# pytest-cov
193193
# pytest-mock
194-
pytest-cov==5.0.0
194+
pytest-cov==6.0.0
195195
# via -r requirements.dev.in
196196
pytest-mock==3.14.0
197197
# via -r requirements.dev.in
@@ -200,7 +200,7 @@ python-dateutil==2.9.0.post0
200200
# -r requirements.txt
201201
# freezegun
202202
# ghp-import
203-
pyyaml==6.0.1
203+
pyyaml==6.0.2
204204
# via
205205
# mkdocs
206206
# mkdocs-get-deps
@@ -215,27 +215,27 @@ requests==2.32.3
215215
# requests-mock
216216
requests-mock==1.12.1
217217
# via -r requirements.dev.in
218-
rich==13.7.1
218+
rich==13.9.4
219219
# via typer
220220
rsa==4.9
221221
# via
222222
# -r requirements.txt
223223
# google-auth
224224
# oauth2client
225-
scapy==2.5.0
225+
scapy==2.6.1
226226
# via -r requirements.txt
227227
shellingham==1.5.4
228228
# via typer
229-
six==1.16.0
229+
six==1.17.0
230230
# via
231231
# -r requirements.txt
232232
# oauth2client
233233
# python-dateutil
234-
tomlkit==0.13.0
234+
tomlkit==0.13.2
235235
# via pylint
236-
typer==0.12.3
236+
typer==0.15.1
237237
# via lazydocs
238-
types-httplib2==0.22.0.20240310
238+
types-httplib2==0.22.0.20241221
239239
# via google-api-python-client-stubs
240240
typing-extensions==4.12.2
241241
# via
@@ -249,17 +249,17 @@ uritemplate==4.1.1
249249
# via
250250
# -r requirements.txt
251251
# google-api-python-client
252-
urllib3==2.2.2
252+
urllib3==2.3.0
253253
# via
254254
# -r requirements.txt
255255
# requests
256-
virtualenv==20.26.3
256+
virtualenv==20.28.1
257257
# via pre-commit
258-
watchdog==4.0.1
258+
watchdog==6.0.0
259259
# via mkdocs
260-
wcmatch==8.5.2
260+
wcmatch==10.0
261261
# via mkdocs-awesome-pages-plugin
262-
wheel==0.43.0
262+
wheel==0.45.1
263263
# via pip-tools
264264

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

requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,60 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
cachetools==5.4.0
9+
cachetools==5.5.0
1010
# via google-auth
11-
certifi==2024.7.4
11+
certifi==2024.12.14
1212
# via requests
13-
cffi==1.16.0
13+
cffi==1.17.1
1414
# via -r requirements.in
15-
charset-normalizer==3.3.2
15+
charset-normalizer==3.4.1
1616
# via requests
17-
google-api-core==2.19.1
17+
google-api-core==2.24.0
1818
# via google-api-python-client
19-
google-api-python-client==2.137.0
19+
google-api-python-client==2.159.0
2020
# via -r requirements.in
21-
google-auth==2.32.0
21+
google-auth==2.37.0
2222
# via
2323
# google-api-core
2424
# google-api-python-client
2525
# google-auth-httplib2
2626
google-auth-httplib2==0.2.0
2727
# via google-api-python-client
28-
googleapis-common-protos==1.63.2
28+
googleapis-common-protos==1.66.0
2929
# via google-api-core
3030
httplib2==0.22.0
3131
# via
3232
# -r requirements.in
3333
# google-api-python-client
3434
# google-auth-httplib2
3535
# oauth2client
36-
idna==3.7
36+
idna==3.10
3737
# via requests
3838
oauth2client==4.1.3
3939
# via -r requirements.in
40-
proto-plus==1.24.0
40+
proto-plus==1.25.0
4141
# via google-api-core
42-
protobuf==5.27.2
42+
protobuf==5.29.3
4343
# via
4444
# google-api-core
4545
# googleapis-common-protos
4646
# proto-plus
47-
pyasn1==0.6.0
47+
pyasn1==0.6.1
4848
# via
4949
# oauth2client
5050
# pyasn1-modules
5151
# rsa
52-
pyasn1-modules==0.4.0
52+
pyasn1-modules==0.4.1
5353
# via
5454
# google-auth
5555
# oauth2client
5656
pycparser==2.22
5757
# via cffi
58-
pydantic==2.8.2
58+
pydantic==2.10.5
5959
# via -r requirements.in
60-
pydantic-core==2.20.1
60+
pydantic-core==2.27.2
6161
# via pydantic
62-
pyparsing==3.1.2
62+
pyparsing==3.2.1
6363
# via httplib2
6464
python-dateutil==2.9.0.post0
6565
# via -r requirements.in
@@ -71,9 +71,9 @@ rsa==4.9
7171
# via
7272
# google-auth
7373
# oauth2client
74-
scapy==2.5.0
74+
scapy==2.6.1
7575
# via -r requirements.in
76-
six==1.16.0
76+
six==1.17.0
7777
# via
7878
# oauth2client
7979
# python-dateutil
@@ -83,5 +83,5 @@ typing-extensions==4.12.2
8383
# pydantic-core
8484
uritemplate==4.1.1
8585
# via google-api-python-client
86-
urllib3==2.2.2
86+
urllib3==2.3.0
8787
# via requests

0 commit comments

Comments
 (0)