From 84ab3e8e492911de6bc8ebe6a467b4881fdd8763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:18:55 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump virtualenv from 20.26.2 to 20.26.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.2 to 20.26.3. - [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.2...20.26.3) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-patch ... 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 c35bfee..0b481be 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,5 +25,5 @@ pytest==8.2.2 pyyaml==6.0.1 setuptools==70.1.1 tomlkit==0.12.5 -virtualenv==20.26.2 +virtualenv==20.26.3 wrapt==1.16.0 -- 2.45.2