Skip to content
Merged

deps #1900

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
files: \.(css|js|mjs|ts|svelte|yaml|json)$
require_serial: true
additional_dependencies:
- "prettier@3.3.3"
- "prettier@3.4.1"
- "[email protected]"
- "[email protected]"
- id: stylelint
Expand All @@ -33,7 +33,7 @@ repos:
files: \.(css|svelte)$
require_serial: true
additional_dependencies:
- "stylelint@16.10.0"
- "stylelint@16.11.0"
- "[email protected]"
- "[email protected]"
- "[email protected]"
Expand Down
16 changes: 8 additions & 8 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ click==8.1.7
# flask
colorama==0.4.6
# via tox
coverage==7.6.7
coverage==7.6.8
# via pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -87,7 +87,7 @@ flask-babel==4.0.0
# via fava (pyproject.toml)
furo==2024.8.6
# via fava (pyproject.toml)
identify==2.6.2
identify==2.6.3
# via pre-commit
idna==3.10
# via
Expand Down Expand Up @@ -297,7 +297,7 @@ tatsu==5.7.4
# via beanquery
texttable==1.7.0
# via pyexcel
tomli==2.1.0
tomli==2.2.1
# via
# build
# coverage
Expand All @@ -317,7 +317,7 @@ tox-uv==1.16.0
# via fava (pyproject.toml)
twine==5.1.1
# via fava (pyproject.toml)
types-setuptools==75.5.0.20241122
types-setuptools==75.6.0.20241126
# via fava (pyproject.toml)
types-simplejson==3.19.0.20240801
# via fava (pyproject.toml)
Expand All @@ -334,13 +334,13 @@ urllib3==2.2.3
# via
# requests
# twine
uv==0.5.4
uv==0.5.5
# via tox-uv
virtualenv==20.27.1
virtualenv==20.28.0
# via
# pre-commit
# tox
watchfiles==0.24.0
watchfiles==1.0.0
# via fava (pyproject.toml)
werkzeug==3.1.3
# via
Expand Down
Loading