From 55693c366ea4bc48f101e7293a0b133d464dd373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:29:45 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump virtualenv from 20.27.0 to 20.27.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.27.0 to 20.27.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.27.0...20.27.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 7f2e7c9..99b0b78 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,6 +25,6 @@ pytest==8.3.3 PyYAML==6.0.2 setuptools==75.3.0 tomlkit==0.13.2 -virtualenv==20.27.0 +virtualenv==20.27.1 wrapt==1.16.0 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability