Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [setuptools](https://github.com/pypa/setuptools) | `70.3.0` | `72.1.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `8.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.5.5` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` |
| [types-setuptools](https://github.com/python/typeshed) | `70.3.0.20240710` | `71.1.0.20240726` |
| [mypy[mypyc]](https://github.com/python/mypy) | `1.10.1` | `1.11.1` |



Updates `setuptools` from 70.3.0 to 72.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v72.1.0)

Updates `pytest` from 8.2.2 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

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

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

Updates `ruff` from 0.5.1 to 0.5.5
- [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.5.1...0.5.5)

Updates `mypy` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11.1)

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

Updates `mypy[mypyc]` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pytest
  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-minor
  dependency-group: python-requirements
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: ruff
  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-major
  dependency-group: python-requirements
- dependency-name: mypy[mypyc]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 014eefa commit e80e497
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tools
# ------------------------------------------------------------------------------
wheel==0.43.0 # https://github.com/pypa/wheel
setuptools==70.3.0 # https://github.com/pypa/setuptools
setuptools==72.1.0 # https://github.com/pypa/setuptools
build==1.2.1 # https://github.com/pypa/build
packaging==24.1 # https://github.com/pypa/packaging
pyproject-hooks==1.1.0 # https://github.com/pypa/pyproject-hooks
Expand Down
2 changes: 1 addition & 1 deletion requirements/cbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ cibuildwheel==2.19.2

# Mypyc
# ------------------------------------------------------------------------------
mypy[mypyc]==1.10.1 # https://github.com/python/mypy
mypy[mypyc]==1.11.1 # https://github.com/python/mypy
mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation
# ------------------------------------------------------------------------------
Sphinx==7.3.7
Sphinx==8.0.2
sphinx-tabs==3.4.5
sphinx-issues==4.1.0
sphinxcontrib-log-cabinet==1.0.1
Expand Down
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.5.1 # https://github.com/astral-sh/ruff
ruff==0.5.5 # https://github.com/astral-sh/ruff
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing
# ------------------------------------------------------------------------------
pytest==8.2.2 # https://github.com/pytest-dev/pytest
pytest==8.3.2 # https://github.com/pytest-dev/pytest
pytest-cov==5.0.0 # https://github.com/pytest-dev/pytest-cov
pytest-xdist==3.6.1 # https://github.com/pytest-dev/pytest-xdist
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
Expand All @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==7.5.4 # https://github.com/nedbat/coveragepy
coverage==7.6.0 # https://github.com/nedbat/coveragepy

# Tools
# ------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Type check
# ------------------------------------------------------------------------------
mypy==1.10.1;python_version>="3.11" # https://github.com/python/mypy
mypy==1.11.1;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==70.3.0.20240710 # https://github.com/python/typeshed
types_setuptools==71.1.0.20240726 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit e80e497

Please sign in to comment.