From 6721b97fe1c20baec73733fb7e5f1bde19315ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:51:05 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump virtualenv from 20.26.0 to 20.26.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.0 to 20.26.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.26.0...20.26.1) --- 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 9b19620..2649af3 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.4 -virtualenv==20.26.0 +virtualenv==20.26.1 wrapt==1.16.0