From 762fae770b5f44a85ca5994e7f08b0cf88480266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:21:46 +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: direct:development ... 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 4179f71..14571f4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -168,7 +168,7 @@ tzdata==2023.4 # via pandas uvicorn==0.27.0.post1 # via datahub (pyproject.toml) -virtualenv==20.25.0 +virtualenv==20.26.6 # via pre-commit wheel==0.42.0 # via pip-tools