Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 28, 2024
1 parent 7f13fd2 commit 9321869
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
27 changes: 11 additions & 16 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --strip-extras docs/requirements.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
attrs==23.2.0
# via referencing
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via furo
certifi==2023.11.17
# via requests
Expand All @@ -24,11 +24,11 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
lxml==5.0.0
lxml==5.1.0
# via sphinx-json-schema-spec
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
packaging==23.2
# via sphinx
Expand All @@ -45,7 +45,7 @@ file:.#egg=referencing
# via -r docs/requirements.in
requests==2.31.0
# via sphinx
rpds-py==0.16.2
rpds-py==0.17.1
# via referencing
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -58,11 +58,6 @@ sphinx==7.2.6
# sphinx-basic-ng
# sphinx-copybutton
# sphinx-json-schema-spec
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
# sphinxcontrib-spelling
# sphinxext-opengraph
sphinx-basic-ng==1.0.0b2
Expand All @@ -71,17 +66,17 @@ sphinx-copybutton==0.5.2
# via -r docs/requirements.in
sphinx-json-schema-spec==2024.1.1
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sphinxcontrib-spelling==8.0.0
# via -r docs/requirements.in
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pytest==7.4.4
pytest==8.0.0
# via
# -r test-requirements.in
# pytest-subtests
pytest-subtests==0.11.0
# via -r test-requirements.in
file:.#egg=referencing
# via -r test-requirements.in
rpds-py==0.16.2
rpds-py==0.17.1
# via referencing

0 comments on commit 9321869

Please sign in to comment.