From 4beb7269f069e33f8e03fe76f8c9f2b91b828c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:59:39 +0000 Subject: [PATCH] Build(deps): Bump virtualenv from 16.0.0 to 20.36.1 in /backend Bumps [virtualenv](https://github.com/pypa/virtualenv) from 16.0.0 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/16.0.0...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 32f52cf96..7edb04d3f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -47,7 +47,7 @@ sqlparse==0.5.0 typed-ast urllib3==1.25.11 vine==1.3.0 -virtualenv==16.0.0 +virtualenv==20.36.1 wrapt==1.11.2 xlrd==1.2.0 xlwt==1.3.0