Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 3 updates: [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes), [sphinx](https://github.com/sphinx-doc/sphinx) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `pallets-sphinx-themes` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases)
- [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst)
- [Commits](pallets/pallets-sphinx-themes@2.1.1...2.1.2)

Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

Updates `pyright` from 1.1.357 to 1.1.359
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.357...v1.1.359)

---
updated-dependencies:
- dependency-name: pallets-sphinx-themes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent ccf125b commit 224c639
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ packaging==24.0
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.2
# via -r docs.txt
platformdirs==4.2.0
# via
Expand All @@ -118,7 +118,7 @@ pygments==2.17.2
# sphinx-tabs
pyproject-api==1.6.1
# via tox
pyright==1.1.357
pyright==1.1.359
# via -r typing.txt
pytest==8.1.1
# via
Expand All @@ -138,7 +138,7 @@ snowballstemmer==2.2.0
# via
# -r docs.txt
# sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.txt
# pallets-sphinx-themes
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packaging==24.0
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.2
# via -r docs.in
pygments==2.17.2
# via
Expand All @@ -38,7 +38,7 @@ requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.in
# pallets-sphinx-themes
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pluggy==1.4.0
# via pytest
pycparser==2.22
# via cffi
pyright==1.1.357
pyright==1.1.359
# via -r typing.in
pytest==8.1.1
# via -r typing.in
Expand Down

0 comments on commit 224c639

Please sign in to comment.