From d2d0fd82dd2ddef715b4b4c8ce4e157f76373880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 16:08:16 +0000 Subject: [PATCH] :rocket: pip: bump virtualenv from 20.25.0 to 20.26.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.26.2. - [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.25.0...20.26.2) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1602145a..905367c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,5 +35,5 @@ sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 toml==0.10.2 urllib3==2.2.0 -virtualenv==20.25.0 +virtualenv==20.26.2 zipp==3.17.0