Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Oct 8, 2024
1 parent b5f52c4 commit 3b6a936
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .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.8
rev: v0.6.9
hooks:
- id: ruff
args: ["--fix"]
Expand Down
21 changes: 11 additions & 10 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ blinker==1.8.2
# via flask
bottle==0.13.1
# via beancount
build==1.2.2
build==1.2.2.post1
# via fava (pyproject.toml)
cachetools==5.5.0
# via
Expand Down Expand Up @@ -56,7 +56,7 @@ coverage==7.6.1
# via pytest-cov
cryptography==43.0.1
# via secretstorage
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down 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.147.0
google-api-python-client==2.148.0
# via beancount
google-auth==2.35.0
# via
Expand Down Expand Up @@ -130,7 +130,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# cheroot
# keyring
Expand Down Expand Up @@ -255,7 +255,7 @@ pyparsing==3.1.4
# via httplib2
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via
Expand Down Expand Up @@ -287,7 +287,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
rsa==4.9
# via google-auth
Expand Down Expand Up @@ -334,7 +334,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
texttable==1.7.0
# via pyexcel
tomli==2.0.1
tomli==2.0.2
# via
# build
# coverage
Expand All @@ -345,7 +345,7 @@ tomli==2.0.1
# tox
tomlkit==0.13.2
# via pylint
tox==4.20.0
tox==4.21.2
# via
# fava (pyproject.toml)
# tox-uv
Expand All @@ -364,16 +364,17 @@ typing-extensions==4.12.2
# mypy
# pylint
# rich
# tox
# tox-uv
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.3
# via
# requests
# twine
uv==0.4.16
uv==0.4.19
# via tox-uv
virtualenv==20.26.5
virtualenv==20.26.6
# via
# pre-commit
# tox
Expand Down
Loading

0 comments on commit 3b6a936

Please sign in to comment.