Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 13, 2025
1 parent 7b793c5 commit a9fbdaa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
48 changes: 25 additions & 23 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,60 @@
#
# pip-compile --strip-extras docs/requirements.in
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
attrs==23.2.0
attrs==24.3.0
# via referencing
babel==2.15.0
babel==2.16.0
# via sphinx
beautifulsoup4==4.12.3
# via furo
certifi==2024.7.4
certifi==2024.12.14
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
docutils==0.21.2
# via sphinx
furo==2024.5.6
furo==2024.8.6
# via -r docs/requirements.in
idna==3.7
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via sphinx
pyenchant==3.3.0rc1
# via
# -r docs/requirements.in
# sphinxcontrib-spelling
pygments==2.18.0
pygments==2.19.1
# via
# furo
# pygments-github-lexers
# sphinx
pygments-github-lexers==0.0.5
# via -r docs/requirements.in
pyyaml==6.0.1
pyyaml==6.0.2
# via referencing-http
referencing==0.35.1
# via referencing-http
file:.#egg=referencing-http
# via -r docs/requirements.in
requests==2.32.3
# via sphinx
rpds-py==0.18.1
# via
# sphinx
# sphinxcontrib-spelling
rpds-py==0.22.3
# via referencing
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==7.3.7
sphinx==8.1.3
# via
# -r docs/requirements.in
# furo
Expand All @@ -67,21 +69,21 @@ sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-spelling==8.0.0
sphinxcontrib-spelling==8.0.1
# via -r docs/requirements.in
sphinxext-opengraph==0.9.1
# via -r docs/requirements.in
urllib3==2.2.2
urllib3==2.3.0
# via requests
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile --strip-extras test-requirements.in
#
attrs==23.2.0
attrs==24.3.0
# via referencing
iniconfig==2.0.0
# via pytest
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.2
pytest==8.3.4
# via -r test-requirements.in
pyyaml==6.0.1
pyyaml==6.0.2
# via referencing-http
referencing==0.35.1
# via referencing-http
file:.#egg=referencing_http
# via -r test-requirements.in
rpds-py==0.18.1
rpds-py==0.22.3
# via referencing

0 comments on commit a9fbdaa

Please sign in to comment.