From c7325a25cdc1daee38847e1bdd0dc0d14aa56c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:34:37 +0000 Subject: [PATCH] Bump virtualenv from 20.23.1 to 20.25.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.23.1 to 20.25.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.23.1...20.25.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 003551d1..3897644c 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -18,4 +18,4 @@ pip==23.3.1 psycopg2==2.9.6 pytz==2023.3 sentry-sdk==1.25.1 -virtualenv==20.23.1 +virtualenv==20.25.1