Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group with 4 updates in the /requirements directory: [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs), [cibuildwheel](https://github.com/pypa/cibuildwheel), [coverage](https://github.com/nedbat/coveragepy) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `sphinx-tabs` from 3.4.5 to 3.4.7
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-tabs@v3.4.5...v3.4.7)

Updates `cibuildwheel` from 2.21.2 to 2.21.3
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.2...v2.21.3)

Updates `coverage` from 7.6.1 to 7.6.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.2)

Updates `pyright` from 1.1.383 to 1.1.384
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.383...v1.1.384)

---
updated-dependencies:
- dependency-name: sphinx-tabs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] authored Oct 10, 2024
1 parent a8f4e8e commit 1fdc16c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/cbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Tools
# ------------------------------------------------------------------------------
cibuildwheel==2.21.2 # https://github.com/pypa/cibuildwheel
cibuildwheel==2.21.3 # https://github.com/pypa/cibuildwheel
setuptools==75.1.0 # https://github.com/pypa/setuptools

# Mypyc
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation
# ------------------------------------------------------------------------------
Sphinx==8.0.2 # https://github.com/sphinx-doc/sphinx
sphinx-tabs==3.4.5 # https://github.com/executablebooks/sphinx-tabs
sphinx-tabs==3.4.7 # https://github.com/executablebooks/sphinx-tabs
sphinx-issues==4.1.0 # https://github.com/sloria/sphinx-issues
sphinxcontrib-log-cabinet==1.0.1 # https://github.com/davidism/sphinxcontrib-log-cabinet

Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typeguard==4.3.0 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==7.6.1 # https://github.com/nedbat/coveragepy
coverage==7.6.2 # https://github.com/nedbat/coveragepy

# Tools
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mypy==1.11.2;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype
types_setuptools==75.1.0.20240917 # https://github.com/python/typeshed
typeguard==4.3.0 # https://github.com/agronholm/typeguard
pyright==1.1.383;python_version>="3.11" # https://github.com/microsoft/pyright
pyright==1.1.384;python_version>="3.11" # https://github.com/microsoft/pyright

0 comments on commit 1fdc16c

Please sign in to comment.