Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.5.6` |
| [types-setuptools](https://github.com/python/typeshed) | `71.1.0.20240726` | `71.1.0.20240806` |
| [wheel](https://github.com/pypa/wheel) | `0.43.0` | `0.44.0` |
| [cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.19.2` | `2.20.0` |



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

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

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

Updates `wheel` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.43.0...0.44.0)

Updates `cibuildwheel` from 2.19.2 to 2.20.0
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.19.2...v2.20)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: cibuildwheel
  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 Aug 6, 2024
1 parent 5f5dc89 commit cd74f50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tools
# ------------------------------------------------------------------------------
wheel==0.43.0 # https://github.com/pypa/wheel
wheel==0.44.0 # https://github.com/pypa/wheel
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
Expand Down
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.19.2
cibuildwheel==2.20.0

# Mypyc
# ------------------------------------------------------------------------------
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.5 # https://github.com/astral-sh/ruff
ruff==0.5.6 # 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 @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==7.6.0 # https://github.com/nedbat/coveragepy
coverage==7.6.1 # 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 @@ -2,5 +2,5 @@
# ------------------------------------------------------------------------------
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==71.1.0.20240726 # https://github.com/python/typeshed
types_setuptools==71.1.0.20240806 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit cd74f50

Please sign in to comment.