Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 2 directories with 3 updates #624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
22 changes: 11 additions & 11 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 @@ -23,7 +23,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via
# -r docs/requirements.docs.in
# -r requirements.docs.in
# myst-parser
# sphinx
markdown-it-py==3.0.0
Expand All @@ -37,7 +37,7 @@ 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
Expand All @@ -46,13 +46,13 @@ pyyaml==6.0.1
# via myst-parser
requests==2.32.2
# 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==1.26.19
# 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==23.7.0 # This should be kept in sync with the version in .pre-commit-config.yaml
black==24.3.0 # 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
2 changes: 1 addition & 1 deletion 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==23.7.0
black==24.3.0
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
Expand Down
Loading