From 89c1871ab7949cc498300c4488b821d87d6ae7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:53:43 -0400 Subject: [PATCH] Bump virtualenv from 20.26.5 to 20.27.0 (#109) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.5 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.5...20.27.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- development-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-requirements.txt b/development-requirements.txt index e3aec44..4d5fd0d 100644 --- a/development-requirements.txt +++ b/development-requirements.txt @@ -27,5 +27,5 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 twine==5.1.1 -virtualenv==20.26.5 +virtualenv==20.27.0 wheel==0.44.0