From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:00:18 +0000 (+0000) Subject: build(deps): bump virtualenv from 20.31.2 to 20.36.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3569%2Fhead;p=thirdparty%2Ftornado.git build(deps): bump virtualenv from 20.31.2 to 20.36.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.2 to 20.36.1. - [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.31.2...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- diff --git a/requirements.txt b/requirements.txt index 53659683..85e16aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -119,7 +119,7 @@ typing-extensions==4.13.2 # via mypy urllib3==2.6.3 # via requests -virtualenv==20.31.2 +virtualenv==20.36.1 # via tox wheel==0.45.1 # via pip-tools