Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Sep 27, 2024
1 parent f4e08b1 commit 8fd63ec
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 403 deletions.
4 changes: 2 additions & 2 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.6.7
rev: v0.6.8
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -16,7 +16,7 @@ repos:
require_serial: true
additional_dependencies:
- "[email protected]"
- "[email protected].6"
- "[email protected].7"
- "[email protected]"
- id: stylelint
name: stylelint
Expand Down
4 changes: 2 additions & 2 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ furo==2024.8.6
# via fava (pyproject.toml)
google-api-core==2.20.0
# via google-api-python-client
google-api-python-client==2.146.0
google-api-python-client==2.147.0
# via beancount
google-auth==2.35.0
# via
Expand Down Expand Up @@ -371,7 +371,7 @@ urllib3==2.2.3
# via
# requests
# twine
uv==0.4.15
uv==0.4.16
# via tox-uv
virtualenv==20.26.5
# via
Expand Down
Loading

0 comments on commit 8fd63ec

Please sign in to comment.