From 5d2563b11d85af47d06c482c83d340f3c01272f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:44:43 +0000 Subject: [PATCH] Bump virtualenv from 20.26.4 to 20.27.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.4 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.4...20.27.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ed1accb2..d2a6e11e2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -146,7 +146,7 @@ urllib3==2.2.3 # via requests uvloop==0.20.0 ; sys_platform != "win32" # via appdaemon (pyproject.toml) -virtualenv==20.26.4 +virtualenv==20.27.0 # via pre-commit wheel==0.44.0 # via pip-tools