Skip to content

Commit

Permalink
requirements: Upgrade reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Jan 14, 2023
1 parent a63d33f commit ff189cd
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 51 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --no-annotate setup.py
# pip-compile --no-annotate --resolver=backtracking setup.py
#
certifi==2022.12.7
typing-extensions==4.4.0
23 changes: 11 additions & 12 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --no-annotate requirements/build.in
# pip-compile --no-annotate --resolver=backtracking requirements/build.in
#
build==0.9.0
build==0.10.0
click==8.1.3
cython==0.29.32
delocate==0.10.3 ; sys_platform == "darwin"
importlib-metadata==5.0.0
packaging==21.3
pep517==0.13.0
pip-tools==6.10.0
pyparsing==3.0.9
cython==0.29.33
delocate==0.10.4 ; sys_platform == "darwin"
importlib-metadata==6.0.0
packaging==23.0
pip-tools==6.12.1
pyproject-hooks==1.0.0
tomli==2.0.1
typing-extensions==4.4.0
wheel==0.38.4
zipp==3.10.0
zipp==3.11.0

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
24 changes: 13 additions & 11 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --no-annotate requirements/docs.in
# pip-compile --no-annotate --resolver=backtracking requirements/docs.in
#
alabaster==0.7.12
alabaster==0.7.13
babel==2.11.0
certifi==2022.12.7
charset-normalizer==2.1.1
charset-normalizer==3.0.1
docutils==0.17.1
idna==3.4
imagesize==1.4.1
importlib-metadata==6.0.0
jinja2==3.1.2
markupsafe==2.1.1
packaging==21.3
pygments==2.13.0
pyparsing==3.0.9
pytz==2022.6
requests==2.28.1
packaging==23.0
pygments==2.14.0
pytz==2022.7.1
requests==2.28.2
snowballstemmer==2.2.0
sphinx==5.3.0
sphinx-rtd-theme==1.1.1
Expand All @@ -27,4 +27,6 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.12
typing-extensions==4.4.0
urllib3==1.26.14
zipp==3.11.0
48 changes: 28 additions & 20 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,49 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --no-annotate requirements/tests.in
# pip-compile --no-annotate --resolver=backtracking requirements/tests.in
#
attrs==22.1.0
astroid==2.13.2
attrs==22.2.0
bleach==5.0.1
cfgv==3.3.1
coverage[toml]==6.5.0
cython==0.29.32
coverage[toml]==7.0.5
cython==0.29.33
dill==0.3.6
distlib==0.3.6
docutils==0.19
exceptiongroup==1.0.4
filelock==3.8.0
identify==2.5.9
importlib-metadata==5.0.0
iniconfig==1.1.1
exceptiongroup==1.1.0
filelock==3.9.0
identify==2.5.13
importlib-metadata==6.0.0
iniconfig==2.0.0
isort==5.11.4
lazy-object-proxy==1.9.0
mccabe==0.7.0
nodeenv==1.7.0
packaging==21.3
platformdirs==2.5.4
packaging==23.0
platformdirs==2.6.2
pluggy==1.0.0
pre-commit==2.20.0
pygments==2.13.0
pyparsing==3.0.9
pytest==7.2.0
pre-commit==2.21.0
pygments==2.14.0
pylint==2.15.10
pylint-per-file-ignores==1.0.0
pytest==7.2.1
pytest-cov==4.0.0
pytest-repeat==0.9.1
pytest-timeout==2.1.0
pyyaml==6.0
readme-renderer==37.3
six==1.16.0
toml==0.10.2
tomli==2.0.1
tomlkit==0.11.6
typed-ast==1.5.4
typing-extensions==4.4.0
virtualenv==20.16.7
virtualenv==20.17.1
webencodings==0.5.1
zipp==3.10.0
wrapt==1.14.1
zipp==3.11.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --no-annotate requirements/typing.in
# pip-compile --no-annotate --resolver=backtracking requirements/typing.in
#
mypy==0.991
mypy-extensions==0.4.3
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-reqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ die() {
exit 1
}

command -v pip-compile 1> /dev/null || die "pip-tools is missing"
command -v python -m pip-compile 1> /dev/null || die "pip-tools is missing"

for input in setup.py requirements/*.in; do
pip-compile --upgrade --no-annotate "$input"
pip-compile --upgrade --resolver=backtracking --no-annotate "$input"
done

0 comments on commit ff189cd

Please sign in to comment.