Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/requirements.docs.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
myst-parser
requests
Sphinx>=4.2.0,<7.0.0
urllib3<2
urllib3<3
sphinx-argparse
sphinx-autodoc-typehints
sphinx-rtd-theme
Expand Down
26 changes: 13 additions & 13 deletions docs/requirements.docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.13
# via sphinx
babel==2.13.1
# via sphinx
certifi==2023.7.22
certifi==2024.7.4
# via requests
charset-normalizer==3.3.1
# via requests
Expand All @@ -21,9 +21,9 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.6
# via
# -r docs/requirements.docs.in
# -r requirements.docs.in
# myst-parser
# sphinx
markdown-it-py==3.0.0
Expand All @@ -37,22 +37,22 @@ mdit-py-plugins==0.4.0
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
# via -r docs/requirements.docs.in
# via -r requirements.docs.in
packaging==23.2
# via sphinx
pygments==2.16.1
# via sphinx
pyyaml==6.0.1
# via myst-parser
requests==2.32.2
requests==2.32.4
# via
# -r docs/requirements.docs.in
# -r requirements.docs.in
# sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==6.2.1
# via
# -r docs/requirements.docs.in
# -r requirements.docs.in
# myst-parser
# sphinx-argparse
# sphinx-autodoc-typehints
Expand All @@ -64,11 +64,11 @@ sphinx==6.2.1
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-argparse==0.4.0
# via -r docs/requirements.docs.in
# via -r requirements.docs.in
sphinx-autodoc-typehints==1.23.0
# via -r docs/requirements.docs.in
# via -r requirements.docs.in
sphinx-rtd-theme==1.3.0
# via -r docs/requirements.docs.in
# via -r requirements.docs.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand All @@ -80,12 +80,12 @@ sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.9.2
# via -r docs/requirements.docs.in
# via -r requirements.docs.in
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
urllib3==1.26.18
urllib3==2.6.3
# via
# -r docs/requirements.docs.in
# -r requirements.docs.in
# requests
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used to create the requirements-dev.txt file
# Note: `pip-compile requirements-dev.in` needs to be run before changes in requirements-dev.in are reflected in
# requirements-dev.txt, which is used for GitHub Actions
black==24.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml
black==26.3.1 # This should be kept in sync with the version in .pre-commit-config.yaml
isort==5.12.0 # This should be kept in sync with the version in .pre-commit-config.yaml
autopep8==2.0.2 # This should be kept in sync with the version in .pre-commit-config.yaml
pre-commit
Expand Down
10 changes: 6 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.0.1
# via pylint
autopep8==2.0.2
# via -r requirements-dev.in
black==24.3.0
black==26.3.1
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
Expand All @@ -18,7 +18,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.20.3
# via virtualenv
identify==2.5.30
# via pre-commit
Expand All @@ -34,7 +34,7 @@ nodeenv==1.8.0
# via pre-commit
packaging==23.2
# via black
pathspec==0.11.2
pathspec==1.0.4
# via black
platformdirs==3.11.0
# via
Expand All @@ -49,13 +49,15 @@ pydocstyle==6.3.0
# via -r requirements-dev.in
pylint==3.0.1
# via -r requirements-dev.in
pytokens==0.4.1
# via black
pyyaml==6.0.1
# via pre-commit
snowballstemmer==2.2.0
# via pydocstyle
tomlkit==0.12.1
# via pylint
virtualenv==20.24.5
virtualenv==20.36.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading