Skip to content

Commit

Permalink
Update setuptools requirement in the all-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `setuptools` 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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent 71fc087 commit 3ecc9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.3
virtualenv~=20.28
setuptools~=75.6
setuptools~=75.7
logilab-common~=2.0
tox~=4.23
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~=6.0
pytest-gitignore~=1.3
pytest-mock~=3.14
setuptools~=75.6
setuptools~=75.7
wheel~=0.45
-e.

0 comments on commit 3ecc9e2

Please sign in to comment.