Skip to content

Commit

Permalink
Bump the deps group across 2 directories with 3 updates (#1374)
Browse files Browse the repository at this point in the history
Bumps the deps group with 1 update in the /ci/tox/build-context directory: [setuptools](https://github.com/pypa/setuptools).
Bumps the deps group with 3 updates in the /requirements directory: [setuptools](https://github.com/pypa/setuptools), [coverage](https://github.com/nedbat/coveragepy) and [wheel](https://github.com/pypa/wheel).


Updates `setuptools` from 75.5.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.5.0...v75.6.0)

Updates `setuptools` from 75.5.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.5.0...v75.6.0)

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

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

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 2e2cbac commit f8129a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/tox/build-context/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build==1.2.2.post1; python_version >= '3.8'
setuptools==59.6.0; python_version <= '3.6'
setuptools==68.0.0; python_version >= '3.7' and python_version < '3.8'
setuptools==75.3.0; python_version >= '3.8' and python_version < '3.9'
setuptools==75.5.0; python_version >= '3.9'
setuptools==75.6.0; python_version >= '3.9'

tox==3.28.0; python_version <= '3.6'
tox==4.8.0; python_version >= '3.7' and python_version < '3.8'
Expand Down
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage==6.2; python_version <= '3.6'
coverage==7.2.7; python_version >= '3.7' and python_version < '3.8'
coverage==7.6.1; python_version >= '3.8' and python_version < '3.9'
coverage==7.6.7; python_version >= '3.9'
coverage==7.6.8; python_version >= '3.9'

pytest-cov==4.0.0; python_version <= '3.6'
pytest-cov==4.1.0; python_version >= '3.7' and python_version < '3.8'
Expand Down
4 changes: 2 additions & 2 deletions requirements/pypi-publish.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build==1.2.2.post1
setuptools==75.5.0
setuptools==75.6.0
twine==5.1.1
wheel==0.45.0
wheel==0.45.1

0 comments on commit f8129a0

Please sign in to comment.