From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:30:52 +0000 (+0000) Subject: build(deps): bump virtualenv from 20.26.2 to 20.26.6 X-Git-Tag: v6.5.0b1~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3454%2Fhead;p=thirdparty%2Ftornado.git build(deps): bump virtualenv from 20.26.2 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.2 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.2...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect ... Signed-off-by: dependabot[bot] --- diff --git a/requirements.txt b/requirements.txt index cf82c917..75f7eaa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -117,7 +117,7 @@ typing-extensions==4.12.2 # via mypy urllib3==2.2.2 # via requests -virtualenv==20.26.2 +virtualenv==20.26.6 # via tox wheel==0.43.0 # via pip-tools