Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent 315e2a1 commit c0f16dd
Showing 1 changed file with 1 addition and 1 deletion.
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
virtualenv~=20.29
setuptools~=75.8
logilab-common~=2.0
tox~=4.23

0 comments on commit c0f16dd

Please sign in to comment.