Skip to content

Commit

Permalink
Bump requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 8, 2023
1 parent 94c60e4 commit 1854b26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --resolver=backtracking docs/requirements.in
#
alabaster==0.7.13
# via sphinx
astroid==2.14.2
astroid==2.15.0
# via sphinx-autoapi
attrs==22.2.0
# via
# jsonschema
# referencing
babel==2.11.0
babel==2.12.1
# via sphinx
beautifulsoup4==4.11.2
# via furo
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
contourpy==1.0.7
# via matplotlib
cycler==0.11.0
# via matplotlib
docutils==0.19
# via sphinx
fonttools==4.38.0
fonttools==4.39.0
# via matplotlib
furo==2022.12.7
# via -r docs/requirements.in
Expand All @@ -40,7 +40,7 @@ jinja2==3.1.2
# sphinx-autoapi
file:.#egg=jsonschema
# via -r docs/requirements.in
jsonschema-specifications==2023.3.2
jsonschema-specifications==2023.3.3
# via jsonschema
kiwisolver==1.4.4
# via matplotlib
Expand All @@ -52,7 +52,7 @@ lxml==4.9.2
# sphinx-json-schema-spec
markupsafe==2.1.2
# via jinja2
matplotlib==3.7.0
matplotlib==3.7.1
# via sphinxext-opengraph
numpy==1.24.2
# via
Expand All @@ -72,22 +72,20 @@ pygments==2.14.0
# sphinx
pyparsing==3.0.9
# via matplotlib
pyrsistent==0.19.3
# via
# jsonschema
# referencing
python-dateutil==2.8.2
# via matplotlib
pytz==2022.7.1
# via babel
pyyaml==6.0
# via sphinx-autoapi
referencing==0.21.1
referencing==0.24.2
# via
# jsonschema
# jsonschema-specifications
requests==2.28.2
# via sphinx
rpds-py==0.5.2
# via
# jsonschema
# referencing
six==1.16.0
# via python-dateutil
snowballstemmer==2.2.0
Expand Down Expand Up @@ -131,6 +129,8 @@ sphinxcontrib-spelling==8.0.0
# via -r docs/requirements.in
sphinxext-opengraph==0.8.1
# via -r docs/requirements.in
typing-extensions==4.5.0
# via astroid
unidecode==1.3.6
# via sphinx-autoapi
urllib3==1.26.14
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dynamic = ["version", "readme"]
dependencies = [
"attrs>=22.2.0",
"jsonschema-specifications>=2023.03.1",
"referencing>=0.21.0",
"rpds-py>=0.4.1",
"referencing>=0.24.2",
"rpds-py>=0.5.2",

"importlib_metadata;python_version<'3.8'",
"typing_extensions;python_version<'3.8'",
Expand Down

0 comments on commit 1854b26

Please sign in to comment.