Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 17, 2023
1 parent db2edac commit f6d9451
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
1 change: 0 additions & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
file:.#egg=referencing
furo
pygments-github-lexers
sphinx-click
sphinx-copybutton
sphinx-json-schema-spec
sphinx>5
Expand Down
25 changes: 9 additions & 16 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --strip-extras docs/requirements.in
Expand All @@ -8,23 +8,19 @@ alabaster==0.7.13
# via sphinx
attrs==23.1.0
# via referencing
babel==2.13.1
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.2
# via furo
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via sphinx-click
docutils==0.20.1
# via
# sphinx
# sphinx-click
# via sphinx
furo==2023.9.10
# via -r docs/requirements.in
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -38,7 +34,7 @@ packaging==23.2
# via sphinx
pyenchant==3.2.2
# via sphinxcontrib-spelling
pygments==2.16.1
pygments==2.17.2
# via
# furo
# pygments-github-lexers
Expand All @@ -49,7 +45,7 @@ file:.#egg=referencing
# via -r docs/requirements.in
requests==2.31.0
# via sphinx
rpds-py==0.12.0
rpds-py==0.14.2
# via referencing
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -60,7 +56,6 @@ sphinx==7.2.6
# -r docs/requirements.in
# furo
# sphinx-basic-ng
# sphinx-click
# sphinx-copybutton
# sphinx-json-schema-spec
# sphinxcontrib-applehelp
Expand All @@ -72,8 +67,6 @@ sphinx==7.2.6
# sphinxext-opengraph
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-click==5.0.1
# via -r docs/requirements.in
sphinx-copybutton==0.5.2
# via -r docs/requirements.in
sphinx-json-schema-spec==2023.8.1
Expand All @@ -92,9 +85,9 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sphinxcontrib-spelling==8.0.0
# via -r docs/requirements.in
sphinxext-opengraph==0.9.0
sphinxext-opengraph==0.9.1
# via -r docs/requirements.in
url-py==0.9.2
url-py==0.10.0
# via -r docs/requirements.in
urllib3==2.1.0
# via requests
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --strip-extras test-requirements.in
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.12.0
rpds-py==0.14.2
# via referencing

0 comments on commit f6d9451

Please sign in to comment.