Skip to content

Commit 7e9293d

Browse files
committed
deps
1 parent 686c967 commit 7e9293d

File tree

3 files changed

+126
-136
lines changed

3 files changed

+126
-136
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
skip: ["eslint"]
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.8.2
5+
rev: v0.8.3
66
hooks:
77
- id: ruff
88
args: ["--fix"]

constraints.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ altgraph==0.17.4
66
# via pyinstaller
77
anyio==4.7.0
88
# via watchfiles
9-
astroid==3.3.5
9+
astroid==3.3.6
1010
# via pylint
1111
babel==2.16.0
1212
# via
@@ -57,7 +57,7 @@ click==8.1.7
5757
# flask
5858
colorama==0.4.6
5959
# via tox
60-
coverage==7.6.8
60+
coverage==7.6.9
6161
# via pytest-cov
6262
cryptography==44.0.0
6363
# via secretstorage
@@ -141,7 +141,7 @@ lxml==5.3.0
141141
# pyexcel-ods3
142142
markdown-it-py==3.0.0
143143
# via rich
144-
markdown2==2.5.1
144+
markdown2==2.5.2
145145
# via fava (pyproject.toml)
146146
markupsafe==3.0.2
147147
# via
@@ -335,13 +335,13 @@ urllib3==2.2.3
335335
# via
336336
# requests
337337
# twine
338-
uv==0.5.6
338+
uv==0.5.9
339339
# via tox-uv
340340
virtualenv==20.28.0
341341
# via
342342
# pre-commit
343343
# tox
344-
watchfiles==1.0.0
344+
watchfiles==1.0.3
345345
# via fava (pyproject.toml)
346346
werkzeug==3.1.3
347347
# via

0 commit comments

Comments
 (0)