Skip to content

Commit

Permalink
fixup! fixup! deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Sep 23, 2024
1 parent 6fb69fb commit f89727f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ update-snapshots:
# Update the constraints file for Python dependencies
.PHONY: update-constraints
update-constraints:
uv pip compile --quiet --extra excel --extra dev --upgrade --output-file constraints.txt pyproject.toml
uv pip compile --quiet --extra excel --extra old_deps_pins --resolution=lowest --upgrade --output-file constraints-old.txt pyproject.toml
uv pip compile --quiet --extra excel --extra dev --python-version 3.8 --upgrade --output-file constraints.txt pyproject.toml
uv pip compile --quiet --extra excel --extra old_deps_pins --resolution=lowest --python-version 3.8 --upgrade --output-file constraints-old.txt pyproject.toml

# Update the frontend dependencies.
.PHONY: update-frontend-deps
Expand Down
7 changes: 6 additions & 1 deletion constraints-old.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --extra excel --extra old_deps_pins --resolution=lowest --output-file constraints-old.txt pyproject.toml
# uv pip compile --extra excel --extra old_deps_pins --resolution=lowest --python-version 3.8 --output-file constraints-old.txt pyproject.toml
anyio==3.0.0
# via watchfiles
attrs==19.2.0
Expand All @@ -26,6 +26,8 @@ click==8.0.0
# flask
et-xmlfile==1.0.0
# via openpyxl
exceptiongroup==1.0.0
# via pytest
flask==2.2.0
# via
# fava (pyproject.toml)
Expand All @@ -41,6 +43,7 @@ idna==2.8
importlib-metadata==3.6.0
# via
# fava (pyproject.toml)
# flask
# pluggy
iniconfig==0.1
# via pytest
Expand Down Expand Up @@ -133,6 +136,8 @@ sniffio==1.1.0
# via anyio
texttable==0.8.3
# via pyexcel
tomli==1.0.0
# via pytest
watchfiles==0.20.0
# via fava (pyproject.toml)
werkzeug==2.2.0
Expand Down
74 changes: 55 additions & 19 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --extra excel --extra dev --output-file constraints.txt pyproject.toml
alabaster==1.0.0
# uv pip compile --extra excel --extra dev --python-version 3.8 --output-file constraints.txt pyproject.toml
alabaster==0.7.13
# via sphinx
altgraph==0.17.4
# via pyinstaller
anyio==4.6.0
anyio==4.5.0
# via watchfiles
astroid==3.3.4
astroid==3.2.4
# via pylint
babel==2.16.0
# via
# fava (pyproject.toml)
# flask-babel
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beancount==2.3.6
# via fava (pyproject.toml)
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -58,12 +60,16 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
docutils==0.21.2
docutils==0.20.1
# via
# readme-renderer
# sphinx
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via
# anyio
# pytest
filelock==3.16.1
# via
# tox
Expand Down Expand Up @@ -102,7 +108,18 @@ idna==3.10
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via twine
# via
# build
# flask
# keyring
# pyinstaller
# pyinstaller-hooks-contrib
# sphinx
# twine
importlib-resources==6.4.5
# via
# keyring
# tox-uv
iniconfig==2.0.0
# via pytest
isort==5.13.2
Expand Down Expand Up @@ -192,7 +209,7 @@ ply==3.11
# via
# fava (pyproject.toml)
# beancount
pre-commit==3.8.0
pre-commit==3.5.0
# via fava (pyproject.toml)
proto-plus==1.24.0
# via google-api-core
Expand Down Expand Up @@ -232,7 +249,7 @@ pyinstaller==6.10.0
# via fava (pyproject.toml)
pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pylint==3.3.0
pylint==3.2.7
# via fava (pyproject.toml)
pyparsing==3.1.4
# via httplib2
Expand All @@ -252,10 +269,12 @@ python-dateutil==2.9.0.post0
python-magic==0.4.27
# via beancount
pytz==2024.2
# via flask-babel
# via
# babel
# flask-babel
pyyaml==6.0.2
# via pre-commit
readme-renderer==44.0
readme-renderer==43.0
# via twine
requests==2.32.3
# via
Expand Down Expand Up @@ -291,30 +310,39 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==7.1.2
# via
# fava (pyproject.toml)
# furo
# sphinx-autodoc-typehints
# sphinx-basic-ng
sphinx-autodoc-typehints==2.4.4
sphinx-autodoc-typehints==2.0.1
# via fava (pyproject.toml)
sphinx-basic-ng==1.0.0b2
# via furo
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
texttable==1.7.0
# via pyexcel
tomli==2.0.1
# via
# build
# coverage
# mypy
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.2
# via pylint
tox==4.20.0
Expand All @@ -330,7 +358,13 @@ types-setuptools==75.1.0.20240917
types-simplejson==3.19.0.20240801
# via fava (pyproject.toml)
typing-extensions==4.12.2
# via mypy
# via
# anyio
# astroid
# mypy
# pylint
# rich
# tox-uv
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.3
Expand All @@ -350,4 +384,6 @@ werkzeug==3.0.4
# fava (pyproject.toml)
# flask
zipp==3.20.2
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

0 comments on commit f89727f

Please sign in to comment.