From 46e34d6f8cd8727c50df148b75b54c1a33cbbf7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:59:17 +0000 Subject: [PATCH] :arrow_up: Bump virtualenv from 20.26.6 to 20.27.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4b3cbb08..35d10195 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -245,7 +245,7 @@ uritemplate==4.1.1 # drf-yasg urllib3==2.2.3 # via requests -virtualenv==20.26.6 +virtualenv==20.27.0 # via pre-commit werkzeug==3.0.4 # via