From c24766263b0a18dcfb9a587bbb18ad56092276fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 06:51:42 +0000 Subject: [PATCH] Chore(deps-dev): 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: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 6bf8585..17ba923 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -151,7 +151,7 @@ typing-extensions==4.9.0 # via # black # mypy -virtualenv==20.25.0 +virtualenv==20.26.2 # via # pre-commit # tox