From 19e2888d4d54717544f6c699fbaa5ea40c7b3329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:12:36 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump virtualenv from 20.25.0 to 20.25.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 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.25.0...20.25.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 e1008ec..2b63e5b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,5 +25,5 @@ pytest==8.0.1 pyyaml==6.0.1 setuptools==69.1.0 tomlkit==0.12.3 -virtualenv==20.25.0 +virtualenv==20.25.1 wrapt==1.16.0 -- 2.45.2