1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-17 22:01:49 -05:00

Update dev-requirements pip-tools

This patch updates the pip-tools version to prevent the bug when
trying to run make update-requirements failing.
This commit is contained in:
Hemna 2022-11-01 14:16:24 -04:00
parent 61655a0a85
commit 7db2242060

View File

@ -18,12 +18,14 @@ autoflake==1.4
# via gray # via gray
babel==2.9.1 babel==2.9.1
# via sphinx # via sphinx
backports.entry-points-selectable==1.1.0 backports-entry-points-selectable==1.1.0
# via virtualenv # via virtualenv
black==21.7b0 black==21.7b0
# via gray # via gray
bleach==4.1.0 bleach==4.1.0
# via readme-renderer # via readme-renderer
build==0.9.0
# via pip-tools
certifi==2021.5.30 certifi==2021.5.30
# via requests # via requests
cfgv==3.3.1 cfgv==3.3.1
@ -108,16 +110,17 @@ nodeenv==1.6.0
packaging==21.0 packaging==21.0
# via # via
# bleach # bleach
# build
# pytest # pytest
# sphinx # sphinx
# tox # tox
pathspec==0.9.0 pathspec==0.9.0
# via black # via black
pep517==0.11.0 pep517==0.11.0
# via pip-tools # via build
pep8-naming==0.12.1 pep8-naming==0.12.1
# via -r dev-requirements.in # via -r dev-requirements.in
pip-tools==6.2.0 pip-tools==6.9.0
# via -r dev-requirements.in # via -r dev-requirements.in
pkginfo==1.7.1 pkginfo==1.7.1
# via twine # via twine
@ -214,6 +217,7 @@ toml==0.10.2
tomli==1.2.1 tomli==1.2.1
# via # via
# black # black
# build
# pep517 # pep517
tox==3.24.3 tox==3.24.3
# via -r dev-requirements.in # via -r dev-requirements.in