Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Nov 8, 2024
1 parent 055eb54 commit d5842d7
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 122 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.7.1
rev: v0.7.3
hooks:
- id: ruff
args: ["--fix"]
Expand Down
22 changes: 11 additions & 11 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ beautifulsoup4==4.12.3
# via
# beancount
# furo
blinker==1.8.2
blinker==1.9.0
# via flask
bottle==0.13.2
# via beancount
Expand Down Expand Up @@ -84,9 +84,9 @@ furo==2024.8.6
# via fava (pyproject.toml)
google-api-core==2.22.0
# via google-api-python-client
google-api-python-client==2.149.0
google-api-python-client==2.151.0
# via beancount
google-auth==2.35.0
google-auth==2.36.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -178,7 +178,7 @@ nodeenv==1.9.1
# via pre-commit
openpyxl==3.1.5
# via pyexcel-xlsx
packaging==24.1
packaging==24.2
# via
# build
# pyinstaller
Expand Down Expand Up @@ -258,7 +258,7 @@ pytest==8.3.3
# fava (pyproject.toml)
# beancount
# pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via fava (pyproject.toml)
python-dateutil==2.9.0.post0
# via beancount
Expand All @@ -281,13 +281,13 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.3
rich==13.9.4
# via twine
rsa==4.9
# via google-auth
secretstorage==3.3.3
# via keyring
setuptools==75.2.0
setuptools==75.3.0
# via
# fava (pyproject.toml)
# pyinstaller
Expand Down Expand Up @@ -344,11 +344,11 @@ tox==4.23.2
# via
# fava (pyproject.toml)
# tox-uv
tox-uv==1.15.0
tox-uv==1.16.0
# via fava (pyproject.toml)
twine==5.1.1
# via fava (pyproject.toml)
types-setuptools==75.2.0.20241025
types-setuptools==75.3.0.20241107
# via fava (pyproject.toml)
types-simplejson==3.19.0.20240801
# via fava (pyproject.toml)
Expand All @@ -367,15 +367,15 @@ urllib3==2.2.3
# via
# requests
# twine
uv==0.4.28
uv==0.5.0
# via tox-uv
virtualenv==20.27.1
# via
# pre-commit
# tox
watchfiles==0.24.0
# via fava (pyproject.toml)
werkzeug==3.0.6
werkzeug==3.1.3
# via
# fava (pyproject.toml)
# flask
Expand Down
Loading

0 comments on commit d5842d7

Please sign in to comment.