Skip to content

Commit cd11d7d

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

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.2
3-
virtualenv~=20.34
3+
virtualenv~=20.35
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)