Skip to content

Commit 8ccbc89

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] <support@github.com>
1 parent 4f99f55 commit 8ccbc89

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>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
55
logilab-common~=2.0
66
m2r~=0.3

0 commit comments

Comments
 (0)