Skip to content

Commit

Permalink
Merge pull request #387 from kurtmckee/update-requirements
Browse files Browse the repository at this point in the history
Update requirements files
  • Loading branch information
kurtmckee committed Jul 26, 2023
2 parents 78c08ca + 8d6afaa commit 17361b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ alabaster==0.7.13
# via sphinx
babel==2.12.1
# via sphinx
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
colorama==0.4.6
# via sphinx
Expand All @@ -22,11 +22,11 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
packaging==23.1
# via sphinx
Expand All @@ -43,7 +43,7 @@ sphinx==6.2.1
# -r docs.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.1
sphinx-rtd-theme==1.2.2
# via -r docs.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -59,7 +59,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.0.2
urllib3==2.0.4
# via requests
zipp==3.15.0
zipp==3.16.2
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# tox run -e update_requirements
#
mypy==1.3.0
mypy==1.4.1
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
tomli==2.0.1
# via mypy
types-chardet==5.0.4.6
# via -r mypy.in
types-requests==2.31.0.0
types-requests==2.31.0.2
# via -r mypy.in
types-urllib3==1.26.25.13
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.6.1
typing-extensions==4.7.1
# via mypy
11 changes: 6 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.6
# via pip-tools
colorama==0.4.6
# via
# build
# click
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==7.1.0
# via -r pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2.1
# via pip-tools
setuptools==67.8.0
setuptools==68.0.0
# via pip-tools

0 comments on commit 17361b7

Please sign in to comment.