Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed Nov 28, 2024
1 parent 3622ab4 commit 57578e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/local.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:6e8f11c54af1c7c28dcadbc92e4293d6ea52aee2
# SHA1:6a69f2c77d86f83b05e5c8b2b6374d5c9bc14969
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -492,9 +492,9 @@ pipdeptree==2.24.0 \
--hash=sha256:97a455ee53cfa3dfe07223a985e4d473ac96a8b9e953d7db7f27a5e893865023 \
--hash=sha256:d520e165535e217dd8958dfc14f1922efa0f6e4ff16126a61edb7ed6c538a930
# via -r requirements/local.txt
pkginfo==1.11.2 \
--hash=sha256:9ec518eefccd159de7ed45386a6bb4c6ca5fa2cb3bd9b71154fae44f6f1b36a3 \
--hash=sha256:c6bc916b8298d159e31f2c216e35ee5b86da7da18874f879798d0a1983537c86
pkginfo==1.10.0 \
--hash=sha256:5df73835398d10db79f8eecd5cd86b1f6d29317589ea70796994d49399af6297 \
--hash=sha256:889a6da2ed7ffc58ab5b900d888ddce90bce912f2d2de1dc1c26f4cb9fe65097
# via
# -r requirements/local.txt
# twine
Expand Down
1 change: 1 addition & 0 deletions requirements/local.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ pydocstyle
pylint
sphinx
virtualenv
pkginfo<1.11
8 changes: 5 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:8ff8a8b8304ab62ff88fb2ac5ad1db3d4a39f443
# SHA1:e617f45ac71d5408e21d0e8432038f3deb4c1e2d
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -91,8 +91,10 @@ pep8-naming==0.14.1
# via -r requirements/local.in
pipdeptree==2.24.0
# via -r requirements/local.in
pkginfo==1.11.2
# via twine
pkginfo==1.10.0
# via
# -r requirements/local.in
# twine
platformdirs==4.3.6
# via
# pylint
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ basepython = python3.9
usedevelop = True
deps = -rrequirements/base.hash
commands =
pip-compile-multi --autoresolve -t requirements/local.in --no-upgrade --skip-constraints
pip-compile-multi --autoresolve -t requirements/local.in --no-upgrade --skip-constraints --allow-unsafe
pip-compile-multi -t requirements/local.txt -g local -i txt -o hash --allow-unsafe --no-upgrade --use-cache

[testenv:upgrade]
Expand Down

0 comments on commit 57578e4

Please sign in to comment.