From a61d0749ee173e72c6a7a4bd64938969ae277a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:02:07 +0000 Subject: [PATCH] Bump virtualenv from 20.24.6 to 20.25.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.6 to 20.25.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.24.6...20.25.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 6aa3ceb..202601d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -96,7 +96,7 @@ typing-extensions==4.8.0 # via # black # mypy -virtualenv==20.24.6 +virtualenv==20.25.0 # via pre-commit wheel==0.41.3 # via pip-tools