Skip to content

Commit 0fe1fd2

Browse files
Update virtualenv requirement in the all-dependencies group
Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. Updates `virtualenv` to 20.28.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.27.0...20.28.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a45c10a commit 0fe1fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is used for running tox, flake8 and building the wheel
22
pip~=24.3
3-
virtualenv~=20.27
3+
virtualenv~=20.28
44
setuptools~=75.6
55
logilab-common~=2.0
66
tox~=4.23

0 commit comments

Comments
 (0)