Skip to content

Commit

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


Updates `setuptools` from 74.1.2 to 75.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.1.2...v75.1.0)

Updates `pre-commit` from 3.8.0 to 4.0.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.0)

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

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-all
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 660fabf commit aab9754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 == 74.1.2",
"setuptools == 75.1.0",
"wheel == 0.44.0",
],
extras_require={
"test": [
"coverage == 7.6.1",
"coveralls == 4.0.1",
"docker == 7.1.0",
"pre-commit == 3.8.0",
"pytest == 8.3.2",
"pre-commit == 4.0.0",
"pytest == 8.3.3",
"pytest-cov == 5.0.0",
]
},
Expand Down

0 comments on commit aab9754

Please sign in to comment.