Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group with 10 updates in the /requirements directory:

| Package | From | To |
| --- | --- | --- |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.0` | `8.1.3` |
| [sphinx-issues](https://github.com/sloria/sphinx-issues) | `4.1.0` | `5.0.0` |
| [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) | `2.1.3` | `2.2.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.0` |
| [setuptools](https://github.com/pypa/setuptools) | `75.1.0` | `75.2.0` |
| [mypy[mypyc]](https://github.com/python/mypy) | `1.11.2` | `1.13.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` |
| [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` |
| [types-setuptools](https://github.com/python/typeshed) | `75.1.0.20240917` | `75.2.0.20241019` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.384` | `1.1.386` |



Updates `sphinx` from 8.1.0 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.0...v8.1.3)

Updates `sphinx-issues` from 4.1.0 to 5.0.0
- [Commits](sloria/sphinx-issues@4.1.0...5.0.0)

Updates `pallets-sphinx-themes` from 2.1.3 to 2.2.0
- [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.3...2.2.0)

Updates `ruff` from 0.6.9 to 0.7.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.9...0.7.0)

Updates `setuptools` from 75.1.0 to 75.2.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.1.0...v75.2.0)

Updates `mypy[mypyc]` from 1.11.2 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.13.0)

Updates `coverage` from 7.6.1 to 7.6.4
- [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.4)

Updates `mypy` from 1.11.2 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.13.0)

Updates `types-setuptools` from 75.1.0.20240917 to 75.2.0.20241019
- [Commits](https://github.com/python/typeshed/commits)

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

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: sphinx-issues
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pallets-sphinx-themes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: mypy[mypyc]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: types-setuptools
  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] authored Oct 23, 2024
1 parent dd8c991 commit 7eeeed8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/cbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Tools
# ------------------------------------------------------------------------------
cibuildwheel==2.21.3 # https://github.com/pypa/cibuildwheel
setuptools==75.1.0 # https://github.com/pypa/setuptools
setuptools==75.2.0 # https://github.com/pypa/setuptools

# Mypyc
# ------------------------------------------------------------------------------
mypy[mypyc]==1.11.2 # https://github.com/python/mypy
mypy[mypyc]==1.13.0 # https://github.com/python/mypy
mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Documentation
# ------------------------------------------------------------------------------
Sphinx==8.1.0 # https://github.com/sphinx-doc/sphinx
Sphinx==8.1.3 # https://github.com/sphinx-doc/sphinx
sphinx-tabs==3.4.7 # https://github.com/executablebooks/sphinx-tabs
sphinx-issues==4.1.0 # https://github.com/sloria/sphinx-issues
sphinx-issues==5.0.0 # https://github.com/sloria/sphinx-issues
sphinxcontrib-log-cabinet==1.0.1 # https://github.com/davidism/sphinxcontrib-log-cabinet

# Pallets
# ------------------------------------------------------------------------------
Pallets-Sphinx-Themes==2.1.3 # https://github.com/pallets/pallets-sphinx-themes
Pallets-Sphinx-Themes==2.2.0 # https://github.com/pallets/pallets-sphinx-themes
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code formatter + Code quality + Code linter
# ------------------------------------------------------------------------------
ruff==0.6.9 # https://github.com/astral-sh/ruff
ruff==0.7.0 # https://github.com/astral-sh/ruff
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typeguard==4.3.0 # https://github.com/agronholm/typeguard
# Code quality
# ------------------------------------------------------------------------------
coverage==7.6.2;python_version>"3.8" # https://github.com/nedbat/coveragepy
coverage==7.6.1;python_version=="3.8"
coverage==7.6.4;python_version=="3.8"


# Tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Type check
# ------------------------------------------------------------------------------
mypy==1.11.2;python_version>="3.11" # https://github.com/python/mypy
mypy==1.13.0;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
types_setuptools==75.2.0.20241019 # https://github.com/python/typeshed
typeguard==4.3.0 # https://github.com/agronholm/typeguard
pyright==1.1.384;python_version>="3.11" # https://github.com/microsoft/pyright
pyright==1.1.386;python_version>="3.11" # https://github.com/microsoft/pyright

0 comments on commit 7eeeed8

Please sign in to comment.