Skip to content

Commit

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


Updates `setuptools` from 75.3.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.3.0...v75.6.0)

Updates `wheel` from 0.44.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.44.0...0.45.1)

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

Updates `pytest` from 8.3.3 to 8.3.4
- [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.3.3...8.3.4)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: wheel
  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
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 33f0136 commit 5d0c69d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ 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.3.0",
"wheel == 0.44.0",
"setuptools == 75.6.0",
"wheel == 0.45.1",
],
extras_require={
"test": [
"coverage == 7.6.4",
"coverage == 7.6.9",
"coveralls == 4.0.1",
"docker == 7.1.0",
"pre-commit == 4.0.1",
"pytest == 8.3.3",
"pytest == 8.3.4",
"pytest-cov == 6.0.0",
]
},
Expand Down

0 comments on commit 5d0c69d

Please sign in to comment.