Skip to content

Commit

Permalink
Bump requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jul 6, 2023
1 parent 14f455e commit cdc45f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --resolver=backtracking docs/requirements.in
# pip-compile --config=pyproject.toml --resolver=backtracking docs/requirements.in
#
alabaster==0.7.13
# via sphinx
Expand All @@ -16,15 +16,15 @@ certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
# via requests
contourpy==1.0.7
contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
docutils==0.19
docutils==0.20.1
# via sphinx
fonttools==4.39.4
fonttools==4.40.0
# via matplotlib
furo==2023.3.27
furo==2023.5.20
# via -r docs/requirements.in
idna==3.4
# via requests
Expand All @@ -34,19 +34,19 @@ jinja2==3.1.2
# via sphinx
kiwisolver==1.4.4
# via matplotlib
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
matplotlib==3.7.1
matplotlib==3.7.2
# via sphinxext-opengraph
numpy==1.24.3
numpy==1.25.0
# via
# contourpy
# matplotlib
packaging==23.1
# via
# matplotlib
# sphinx
pillow==9.5.0
pillow==10.0.0
# via matplotlib
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand All @@ -63,15 +63,15 @@ python-dateutil==2.8.2
# via matplotlib
file:.#egg=regret
# via -r docs/requirements.in
requests==2.30.0
requests==2.31.0
# via sphinx
six==1.16.0
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==6.2.1
sphinx==7.0.1
# via
# -r docs/requirements.in
# furo
Expand Down Expand Up @@ -99,5 +99,5 @@ sphinxcontrib-spelling==8.0.0
# via -r docs/requirements.in
sphinxext-opengraph==0.8.2
# via -r docs/requirements.in
urllib3==2.0.2
urllib3==2.0.3
# via requests
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ six==1.16.0
# via automat
twisted==22.10.0
# via -r test-requirements.in
typing-extensions==4.5.0
typing-extensions==4.7.1
# via twisted
zope-interface==6.0
# via twisted
Expand Down

0 comments on commit cdc45f4

Please sign in to comment.