Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 18, 2023
1 parent eb7b209 commit c23a5dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 docs/requirements.in
# pip-compile --strip-extras docs/requirements.in
#
alabaster==0.7.13
# via sphinx
Expand Down Expand Up @@ -48,15 +48,15 @@ matplotlib==3.8.0
# via sphinxext-opengraph
multidict==6.0.4
# via yarl
numpy==1.26.0
numpy==1.26.1
# via
# contourpy
# matplotlib
packaging==23.2
# via
# matplotlib
# sphinx
pillow==10.0.1
pillow==10.1.0
# via matplotlib
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand All @@ -75,7 +75,7 @@ file:.#egg=referencing
# via -r docs/requirements.in
requests==2.31.0
# via sphinx
rpds-py==0.10.4
rpds-py==0.10.6
# via referencing
six==1.16.0
# via python-dateutil
Expand Down Expand Up @@ -122,7 +122,7 @@ sphinxcontrib-spelling==8.0.0
# via -r docs/requirements.in
sphinxext-opengraph==0.8.2
# via -r docs/requirements.in
urllib3==2.0.6
urllib3==2.0.7
# via requests
yarl==1.9.2
# via -r docs/requirements.in
4 changes: 2 additions & 2 deletions test-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 test-requirements.in
# pip-compile --strip-extras test-requirements.in
#
attrs==23.1.0
# via
Expand All @@ -22,5 +22,5 @@ pytest-subtests==0.11.0
# via -r test-requirements.in
file:.#egg=referencing
# via -r test-requirements.in
rpds-py==0.10.4
rpds-py==0.10.6
# via referencing

0 comments on commit c23a5dc

Please sign in to comment.