Skip to content

Commit d239268

Browse files
committed
upgraded urllib
1 parent d289388 commit d239268

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.6
15+
rev: v0.14.8
1616
hooks:
1717
- id: ruff
1818
exclude: ^tests/

requirements.dev.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ click==8.3.1
3535
# mkdocs
3636
# pip-tools
3737
# typer
38-
coverage[toml]==7.12.0
38+
coverage[toml]==7.13.0
3939
# via pytest-cov
4040
dill==0.4.0
4141
# via pylint
@@ -91,6 +91,8 @@ jinja2==3.1.6
9191
# via mkdocs
9292
lazydocs==0.4.8
9393
# via -r requirements.dev.in
94+
librt==0.7.3
95+
# via mypy
9496
markdown==3.10
9597
# via mkdocs
9698
markdown-it-py==4.0.0
@@ -115,7 +117,7 @@ mkdocs-awesome-pages-plugin==2.10.1
115117
# via -r requirements.dev.in
116118
mkdocs-get-deps==0.2.0
117119
# via mkdocs
118-
mypy==1.18.2
120+
mypy==1.19.0
119121
# via -r requirements.dev.in
120122
mypy-extensions==1.1.0
121123
# via mypy
@@ -136,7 +138,7 @@ pathspec==0.12.1
136138
# mypy
137139
pip-tools==7.5.2
138140
# via -r requirements.dev.in
139-
platformdirs==4.5.0
141+
platformdirs==4.5.1
140142
# via
141143
# mkdocs-get-deps
142144
# pylint
@@ -151,7 +153,7 @@ proto-plus==1.26.1
151153
# via
152154
# -r requirements.txt
153155
# google-api-core
154-
protobuf==6.33.1
156+
protobuf==6.33.2
155157
# via
156158
# -r requirements.txt
157159
# google-api-core
@@ -182,7 +184,7 @@ pygments==2.19.2
182184
# via
183185
# pytest
184186
# rich
185-
pylint==4.0.3
187+
pylint==4.0.4
186188
# via -r requirements.dev.in
187189
pyparsing==3.2.5
188190
# via
@@ -192,7 +194,7 @@ pyproject-hooks==1.2.0
192194
# via
193195
# build
194196
# pip-tools
195-
pytest==9.0.1
197+
pytest==9.0.2
196198
# via
197199
# -r requirements.dev.in
198200
# pytest-cov
@@ -260,7 +262,7 @@ uritemplate==4.2.0
260262
# via
261263
# -r requirements.txt
262264
# google-api-python-client
263-
urllib3==2.5.0
265+
urllib3==2.6.1
264266
# via
265267
# -r requirements.txt
266268
# requests

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ oauth2client==4.1.3
3939
# via -r requirements.in
4040
proto-plus==1.26.1
4141
# via google-api-core
42-
protobuf==6.33.1
42+
protobuf==6.33.2
4343
# via
4444
# google-api-core
4545
# googleapis-common-protos
@@ -86,5 +86,5 @@ typing-inspection==0.4.2
8686
# via pydantic
8787
uritemplate==4.2.0
8888
# via google-api-python-client
89-
urllib3==2.5.0
89+
urllib3==2.6.1
9090
# via requests

0 commit comments

Comments
 (0)