Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Feb 23, 2025
1 parent b30da5a commit 910ff28
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 139 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
skip: ["eslint"]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.5
rev: v0.9.7
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -23,9 +23,9 @@ repos:
types_or: ["css", "javascript", "json", "svelte", "yaml", "ts"]
require_serial: true
additional_dependencies:
- "prettier@3.4.2"
- "prettier@3.5.2"
- "[email protected]"
- "svelte@5.19.9"
- "svelte@5.20.2"
- id: stylelint
name: stylelint
language: node
Expand Down
22 changes: 11 additions & 11 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ blinker==1.9.0
# via flask
build==1.2.2.post1
# via fava (pyproject.toml)
cachetools==5.5.1
cachetools==5.5.2
# via tox
certifi==2025.1.31
# via requests
Expand All @@ -53,9 +53,9 @@ click==8.1.8
# flask
colorama==0.4.6
# via tox
coverage==7.6.10
coverage==7.6.12
# via pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via secretstorage
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -83,7 +83,7 @@ furo==2024.8.6
# via fava (pyproject.toml)
id==1.5.0
# via twine
identify==2.6.6
identify==2.6.8
# via pre-commit
idna==3.10
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ lml==0.1.0
# via
# pyexcel
# pyexcel-io
lxml==5.3.0
lxml==5.3.1
# via
# beangulp
# pyexcel-ezodf
Expand Down Expand Up @@ -239,7 +239,7 @@ secretstorage==3.3.3
# via keyring
setuptools==75.8.0
# via fava (pyproject.toml)
simplejson==3.19.3
simplejson==3.20.1
# via fava (pyproject.toml)
six==1.17.0
# via python-dateutil
Expand Down Expand Up @@ -288,13 +288,13 @@ tox==4.24.1
# via
# fava (pyproject.toml)
# tox-uv
tox-uv==1.23.0
tox-uv==1.25.0
# via fava (pyproject.toml)
twine==6.1.0
# via fava (pyproject.toml)
types-setuptools==75.8.0.20250110
types-setuptools==75.8.0.20250210
# via fava (pyproject.toml)
types-simplejson==3.19.0.20241221
types-simplejson==3.20.0.20250218
# via fava (pyproject.toml)
typing-extensions==4.12.2
# via
Expand All @@ -308,9 +308,9 @@ urllib3==2.3.0
# via
# requests
# twine
uv==0.5.29
uv==0.6.2
# via tox-uv
virtualenv==20.29.1
virtualenv==20.29.2
# via
# pre-commit
# tox
Expand Down
Loading

0 comments on commit 910ff28

Please sign in to comment.