From 6708a39f453e8b113ee7e6de4a7ef16292f25a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:11:22 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump virtualenv from 20.26.1 to 20.26.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.1 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.26.1...20.26.2) --- 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 f378b7b..b0c528b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,5 +25,5 @@ pytest==8.2.0 pyyaml==6.0.1 setuptools==69.5.1 tomlkit==0.12.5 -virtualenv==20.26.1 +virtualenv==20.26.2 wrapt==1.16.0