Skip to content

Commit fb1b8e9

Browse files
deps(deps): update virtualenv requirement (#207)
Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@21.5.1...21.6.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d400b9 commit fb1b8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiohttp>=3.14.0,<4.0.0
1212
filelock>=3.29.6,<4.0.0
1313
# virtualenv: GHSA-597g-3phw-6986 (TOCTOU) - fix pending release (>20.36.1)
1414
# Using latest available until patch is released
15-
virtualenv>=21.5.1,<22.0.0
15+
virtualenv>=21.6.0,<22.0.0
1616
requests>=2.34.2,<3.0.0
1717
urllib3>=2.7.0,<3.0.0
1818
anyio>=4.14.1,<5.0.0

0 commit comments

Comments
 (0)