Skip to content

Commit

Permalink
Merge pull request #369 from kurtmckee/update-requirements
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
kurtmckee committed May 25, 2023
2 parents 0f83a9e + a9e78cd commit 0194054
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 42 deletions.
28 changes: 13 additions & 15 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# tox run -e update_requirements
Expand All @@ -8,7 +8,7 @@ alabaster==0.7.13
# via sphinx
babel==2.12.1
# via sphinx
certifi==2022.12.7
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
# via requests
Expand All @@ -22,34 +22,34 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.2
# via jinja2
packaging==23.0
packaging==23.1
# via sphinx
pygments==2.15.0
pygments==2.15.1
# via sphinx
pytz==2023.3
# via babel
requests==2.28.2
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
sphinx==6.2.1
# via
# -r requirements/docs.in
# -r docs.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.2
sphinx-rtd-theme==1.2.1
# via -r docs.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
Expand All @@ -59,9 +59,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.5.0
# via importlib-metadata
urllib3==1.26.15
urllib3==2.0.2
# via requests
zipp==3.15.0
# via importlib-metadata
20 changes: 9 additions & 11 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# tox run -e update_requirements
#
mypy==1.2.0
# via -r requirements/mypy.in
mypy==1.3.0
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
tomli==2.0.1
# via mypy
typed-ast==1.5.4
# via mypy
types-chardet==5.0.4.3
# via -r requirements/mypy.in
types-requests==2.28.11.17
# via -r requirements/mypy.in
types-urllib3==1.26.25.10
types-chardet==5.0.4.6
# via -r mypy.in
types-requests==2.31.0.0
# via -r mypy.in
types-urllib3==1.26.25.13
# via types-requests
typing-extensions==4.5.0
typing-extensions==4.6.1
# via mypy
18 changes: 5 additions & 13 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# tox run -e update_requirements
Expand All @@ -12,29 +12,21 @@ colorama==0.4.6
# via
# build
# click
importlib-metadata==6.3.0
# via
# build
# click
packaging==23.0
packaging==23.1
# via build
pip-tools==6.13.0
# via -r requirements/pip-tools.in
# via -r pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pyproject-hooks
typing-extensions==4.5.0
# via importlib-metadata
wheel==0.40.0
# via pip-tools
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1.2
# via pip-tools
setuptools==67.6.1
setuptools==67.8.0
# via pip-tools
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@ base_python =
python3.8
setenv =
CUSTOM_COMPILE_COMMAND=tox run -e update_requirements
change_dir = {tox_root}/requirements
deps =
-r requirements/pip-tools.txt
commands =
pip-compile --allow-unsafe --resolver=backtracking --upgrade --quiet requirements/pip-tools.in
pip-compile --allow-unsafe --resolver=backtracking --upgrade --quiet requirements/docs.in
pip-compile --allow-unsafe --resolver=backtracking --upgrade --quiet requirements/mypy.in
pip-compile --allow-unsafe --resolver=backtracking --upgrade --quiet pip-tools.in
pip-compile --allow-unsafe --resolver=backtracking --upgrade --quiet docs.in
pip-compile --allow-unsafe --resolver=backtracking --upgrade --quiet mypy.in


[flake8]
Expand Down

0 comments on commit 0194054

Please sign in to comment.