Skip to content

Commit fc132f9

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.31.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.30.0...20.31.2) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.31.2 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3aef94f commit fc132f9

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~=25.1
3-
virtualenv~=20.30
3+
virtualenv~=20.31
44
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
55
logilab-common~=2.1
66
m2r~=0.3

0 commit comments

Comments
 (0)