Skip to content

Commit

Permalink
Bump the pip-all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip-all group with 2 updates: [setuptools](https://github.com/pypa/setuptools) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).


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

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 4209bf7 commit fb19231
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,7 +68,7 @@ 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.2.0",
"setuptools == 75.3.0",
"wheel == 0.44.0",
],
extras_require={
Expand All @@ -78,7 +78,7 @@ def package_vars(version_file):
"docker == 7.1.0",
"pre-commit == 4.0.1",
"pytest == 8.3.3",
"pytest-cov == 5.0.0",
"pytest-cov == 6.0.0",
]
},
)

0 comments on commit fb19231

Please sign in to comment.