Skip to content

Commit

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

Updates `virtualenv` to 20.27.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.0...20.27.0)

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

Updates `tox` to 4.23.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.21.0...4.23.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  dependency-group: all-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] <support@github.com>
dependabot[bot] authored Oct 20, 2024
1 parent bcc6303 commit 5a890b3
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.1
virtualenv~=20.27
setuptools~=75.2
logilab-common~=2.0
tox~=4.21
tox~=4.23
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ pytest~=8.3
pytest-cov~=5.0
pytest-gitignore~=1.3
pytest-mock~=3.14
setuptools~=75.1
setuptools~=75.2
wheel~=0.44
-e.

0 comments on commit 5a890b3

Please sign in to comment.