From bd6119bb160be68963ca37542cce37f112112452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 01:26:13 +0000 Subject: [PATCH] build(deps): Bump virtualenv from 20.26.6 to 20.27.0 (#284) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 to 20.27.0. - [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.27.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc2e4dc..ac2329f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ Django==5.1.2 gunicorn==23.0.0 psycopg2==2.9.9 six==1.16.0 -virtualenv==20.26.6 +virtualenv==20.27.0 whitenoise==6.7.0