Skip to content

Commit d5c3bb4

Browse files
committed
upgrade vulnerable deps
1 parent e8d0b35 commit d5c3bb4

3 files changed

Lines changed: 31 additions & 31 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.4.9
11+
rev: v0.5.4
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.367
19+
rev: v1.1.372
2020
hooks:
2121
- id: pyright
2222

requirements.dev.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ annotated-types==0.7.0
88
# via
99
# -r requirements.txt
1010
# pydantic
11-
astroid==3.2.2
11+
astroid==3.2.4
1212
# via pylint
1313
bracex==2.4
1414
# via wcmatch
1515
build==1.2.1
1616
# via pip-tools
17-
cachetools==5.3.3
17+
cachetools==5.4.0
1818
# via
1919
# -r requirements.txt
2020
# google-auth
21-
certifi==2024.6.2
21+
certifi==2024.7.4
2222
# via
2323
# -r requirements.txt
2424
# requests
@@ -35,29 +35,29 @@ click==8.1.7
3535
# mkdocs
3636
# pip-tools
3737
# typer
38-
coverage[toml]==7.5.3
38+
coverage[toml]==7.6.0
3939
# via pytest-cov
4040
dill==0.3.8
4141
# via pylint
4242
distlib==0.3.8
4343
# via virtualenv
44-
filelock==3.15.1
44+
filelock==3.15.4
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.0
50+
google-api-core==2.19.1
5151
# via
5252
# -r requirements.txt
5353
# google-api-python-client
54-
google-api-python-client==2.133.0
54+
google-api-python-client==2.137.0
5555
# via
5656
# -r requirements.txt
5757
# google-api-python-client-stubs
5858
google-api-python-client-stubs==1.26.0
5959
# via -r requirements.dev.in
60-
google-auth==2.30.0
60+
google-auth==2.32.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.1
70+
googleapis-common-protos==1.63.2
7171
# via
7272
# -r requirements.txt
7373
# google-api-core
@@ -77,7 +77,7 @@ httplib2==0.22.0
7777
# google-api-python-client
7878
# google-auth-httplib2
7979
# oauth2client
80-
identify==2.5.36
80+
identify==2.6.0
8181
# via pre-commit
8282
idna==3.7
8383
# via
@@ -115,7 +115,7 @@ mkdocs-awesome-pages-plugin==2.9.2
115115
# via -r requirements.dev.in
116116
mkdocs-get-deps==0.2.0
117117
# via mkdocs
118-
mypy==1.10.0
118+
mypy==1.11.0
119119
# via -r requirements.dev.in
120120
mypy-extensions==1.0.0
121121
# via mypy
@@ -143,11 +143,11 @@ pluggy==1.5.0
143143
# via pytest
144144
pre-commit==3.7.1
145145
# via -r requirements.dev.in
146-
proto-plus==1.23.0
146+
proto-plus==1.24.0
147147
# via
148148
# -r requirements.txt
149149
# google-api-core
150-
protobuf==4.25.3
150+
protobuf==5.27.2
151151
# via
152152
# -r requirements.txt
153153
# google-api-core
@@ -168,15 +168,15 @@ pycparser==2.22
168168
# via
169169
# -r requirements.txt
170170
# cffi
171-
pydantic==2.7.4
171+
pydantic==2.8.2
172172
# via -r requirements.txt
173-
pydantic-core==2.18.4
173+
pydantic-core==2.20.1
174174
# via
175175
# -r requirements.txt
176176
# pydantic
177177
pygments==2.18.0
178178
# via rich
179-
pylint==3.2.3
179+
pylint==3.2.6
180180
# via -r requirements.dev.in
181181
pyparsing==3.1.2
182182
# via
@@ -186,7 +186,7 @@ pyproject-hooks==1.1.0
186186
# via
187187
# build
188188
# pip-tools
189-
pytest==8.2.2
189+
pytest==8.3.1
190190
# via
191191
# -r requirements.dev.in
192192
# pytest-cov
@@ -231,7 +231,7 @@ six==1.16.0
231231
# -r requirements.txt
232232
# oauth2client
233233
# python-dateutil
234-
tomlkit==0.12.5
234+
tomlkit==0.13.0
235235
# via pylint
236236
typer==0.12.3
237237
# via lazydocs
@@ -253,7 +253,7 @@ urllib3==2.2.2
253253
# via
254254
# -r requirements.txt
255255
# requests
256-
virtualenv==20.26.2
256+
virtualenv==20.26.3
257257
# via pre-commit
258258
watchdog==4.0.1
259259
# via mkdocs

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
cachetools==5.3.3
9+
cachetools==5.4.0
1010
# via google-auth
11-
certifi==2024.6.2
11+
certifi==2024.7.4
1212
# via requests
1313
cffi==1.16.0
1414
# via -r requirements.in
1515
charset-normalizer==3.3.2
1616
# via requests
17-
google-api-core==2.19.0
17+
google-api-core==2.19.1
1818
# via google-api-python-client
19-
google-api-python-client==2.133.0
19+
google-api-python-client==2.137.0
2020
# via -r requirements.in
21-
google-auth==2.30.0
21+
google-auth==2.32.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.1
28+
googleapis-common-protos==1.63.2
2929
# via google-api-core
3030
httplib2==0.22.0
3131
# via
@@ -37,9 +37,9 @@ idna==3.7
3737
# via requests
3838
oauth2client==4.1.3
3939
# via -r requirements.in
40-
proto-plus==1.23.0
40+
proto-plus==1.24.0
4141
# via google-api-core
42-
protobuf==4.25.3
42+
protobuf==5.27.2
4343
# via
4444
# google-api-core
4545
# googleapis-common-protos
@@ -55,9 +55,9 @@ pyasn1-modules==0.4.0
5555
# oauth2client
5656
pycparser==2.22
5757
# via cffi
58-
pydantic==2.7.4
58+
pydantic==2.8.2
5959
# via -r requirements.in
60-
pydantic-core==2.18.4
60+
pydantic-core==2.20.1
6161
# via pydantic
6262
pyparsing==3.1.2
6363
# via httplib2

0 commit comments

Comments
 (0)