From e3ac4281ef6dde5df3159f72ec7e7a2e2c36496c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:47:05 +0000 Subject: [PATCH] Bump virtualenv from 20.26.6 to 20.36.1 in /docker Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 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.26.6...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 2e87ede6..b23f82ac 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -8,7 +8,7 @@ auditwheel==5.1.2 delocate==0.10.4 distlib==0.3.8 dumb-pypi==1.15.0 -filelock==3.13.1 +filelock==3.20.3 jinja2==3.1.6 markupsafe==2.1.1 packaging==21.3 @@ -17,7 +17,7 @@ platformdirs==4.2.0 pyelftools==0.28 pyparsing==3.0.9 typing-extensions==4.3.0 -virtualenv==20.26.6 +virtualenv==20.36.1 wheel==0.38.4 # The following packages are considered to be unsafe in a requirements file: