From 99a72295e09ad3d53fd5e80e3dcdb936e02c5057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:26:34 +0000 Subject: [PATCH] Bump virtualenv from 20.25.0 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.26.6. - [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.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3a4fc5f..7a95a53 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,9 +11,7 @@ cfgv==3.4.0 click==8.1.7 # via pip-tools coverage[toml]==7.4.1 - # via - # coverage - # pytest-cov + # via pytest-cov distlib==0.3.8 # via virtualenv exceptiongroup==1.2.0 @@ -68,7 +66,7 @@ tomli==2.0.1 # pytest typing-extensions==4.9.0 # via mypy -virtualenv==20.25.0 +virtualenv==20.26.6 # via pre-commit wheel==0.42.0 # via pip-tools