Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) and [tox](https://github.com/tox-dev/tox) to permit the latest version.

Updates `setuptools` 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@v75.0.0...v75.1.0)

Updates `tox` to 4.20.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.18.0...4.20.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: tox
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent 580ed35 commit 9af51d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is used for running tox, flake8 and building the wheel
pip~=24.2
virtualenv~=20.26
setuptools~=75.0
setuptools~=75.1
logilab-common~=2.0
tox~=4.18
tox~=4.20
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pytest~=8.3
pytest-cov~=5.0
pytest-gitignore~=1.3
pytest-mock~=3.14
setuptools~=75.0
setuptools~=75.1
wheel~=0.44
-e.

0 comments on commit 9af51d5

Please sign in to comment.