Skip to content

Commit

Permalink
Bump the pip-all group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip-all group with 2 updates in the / directory: [setuptools](https://github.com/pypa/setuptools) and [coverage](https://github.com/nedbat/coveragepy).


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

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

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 9d1ebf8 commit b8c3d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ def package_vars(version_file):
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
install_requires=[
"semver == 3.0.2",
"setuptools == 75.6.0",
"setuptools == 75.7.0",
"wheel == 0.45.1",
],
extras_require={
"test": [
"coverage == 7.6.9",
"coverage == 7.6.10",
"coveralls == 4.0.1",
"docker == 7.1.0",
"pre-commit == 4.0.1",
Expand Down

0 comments on commit b8c3d7e

Please sign in to comment.