Skip to content

Commit 14f1f18

Browse files
build(deps): update bugfixes
1 parent 2ccd8f3 commit 14f1f18

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: fix-byte-order-marker
1414
- id: mixed-line-ending
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.9.4"
16+
rev: "v0.9.9"
1717
hooks:
1818
# Run the linter
1919
- id: ruff

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ click==8.1.8
2525
codespell==2.4.1
2626
colorama==0.4.6
2727
contourpy==1.3.1
28-
coverage==7.6.10
28+
coverage==7.6.12
2929
craft-application==4.8.3
3030
craft-archives==2.0.2
3131
craft-cli==2.15.0
@@ -81,29 +81,29 @@ lazr-restfulclient==0.14.6
8181
lazr-uri==1.0.7
8282
license-expression==30.4.1
8383
linkify-it-py==2.0.3
84-
lxml==5.3.0
84+
lxml==5.3.1
8585
macaroonbakery==1.3.4
8686
markdown==3.7
8787
markdown-it-py==3.0.0
8888
markupsafe==3.0.2
89-
matplotlib==3.10.0
89+
matplotlib==3.10.1
9090
mccabe==0.7.0
9191
mdit-py-plugins==0.4.2
9292
mdurl==0.1.2
9393
more-itertools==10.6.0
9494
msgpack==1.1.0
9595
mypy==1.14.1
9696
mypy-extensions==1.0.0
97-
myst-parser==4.0.0
97+
myst-parser==4.0.1
9898
natsort==8.4.0
99-
numpy==2.2.2
99+
numpy==2.2.3
100100
oauthlib==3.2.2
101101
overrides==7.7.0
102102
packaging==24.2
103103
pathspec==0.12.1
104104
pillow==11.1.0
105105
pip==24.3.1
106-
pkginfo==1.12.0
106+
pkginfo==1.12.1.2
107107
platformdirs==4.3.6
108108
pluggy==1.5.0
109109
poetry==2.0.1
@@ -147,7 +147,7 @@ rpds-py==0.22.3
147147
ruamel-yaml==0.18.10
148148
ruamel-yaml-clib==0.2.12
149149
secretstorage==3.3.3
150-
setuptools==75.8.0
150+
setuptools==75.8.2
151151
shellingham==1.5.4
152152
six==1.17.0
153153
smmap==5.0.2
@@ -169,7 +169,7 @@ sphinx-notfound-page==1.0.4
169169
sphinx-prompt==1.8.0
170170
sphinx-pydantic==0.1.1
171171
sphinx-reredirects==0.1.5
172-
sphinx-tabs==3.4.5
172+
sphinx-tabs==3.4.7
173173
sphinx-toolbox==3.8.1
174174
sphinxcontrib-applehelp==2.0.0
175175
sphinxcontrib-details-directive==0.1.0
@@ -188,14 +188,14 @@ trove-classifiers==2025.1.15.22
188188
types-python-dateutil==2.9.0.20241206
189189
types-pyyaml==6.0.12.20241230
190190
types-requests==2.31.0.20240311
191-
types-setuptools==75.8.0.20250110
191+
types-setuptools==75.8.0.20250225
192192
types-tabulate==0.9.0.20241207
193193
types-urllib3==1.26.25.14
194194
typing-extensions==4.12.2
195195
uc-micro-py==1.0.3
196196
urllib3==2.3.0
197197
uvicorn==0.34.0
198-
virtualenv==20.29.1
198+
virtualenv==20.29.2
199199
wadllib==2.0.0
200200
watchfiles==1.0.4
201201
wcmatch==10.0

0 commit comments

Comments
 (0)