From 10e5d0ef3c213a0f86ea6ae7acc63880991c09fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:21:16 +0000 Subject: [PATCH] Bump virtualenv from 20.16.7 to 20.25.1 in /src Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.16.7 to 20.25.1. - [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.16.7...20.25.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f04931a..26159b9 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -80,7 +80,7 @@ tomlkit==0.12.3 # via # -r src/requirements.txt # pylint -virtualenv==20.16.7 +virtualenv==20.25.1 # via # -r src/requirements.txt # pre-commit