Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 9, 2023
1 parent 2ae6ee1 commit c9ca239
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ alabaster==0.7.13
# via sphinx
attrs==23.1.0
# via referencing
babel==2.12.1
babel==2.13.0
# via sphinx
beautifulsoup4==4.12.2
# via furo
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via sphinx-click
contourpy==1.1.1
# via matplotlib
cycler==0.11.0
cycler==0.12.1
# via matplotlib
docutils==0.20.1
# via
# sphinx
# sphinx-click
fonttools==4.42.1
fonttools==4.43.1
# via matplotlib
furo==2023.9.10
# via -r docs/requirements.in
Expand All @@ -52,7 +52,7 @@ numpy==1.26.0
# via
# contourpy
# matplotlib
packaging==23.1
packaging==23.2
# via
# matplotlib
# sphinx
Expand All @@ -75,7 +75,7 @@ file:.#egg=referencing
# via -r docs/requirements.in
requests==2.31.0
# via sphinx
rpds-py==0.10.3
rpds-py==0.10.4
# 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.5
urllib3==2.0.6
# 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 @@ -10,7 +10,7 @@ attrs==23.1.0
# referencing
iniconfig==2.0.0
# via pytest
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
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.3
rpds-py==0.10.4
# via referencing

0 comments on commit c9ca239

Please sign in to comment.