From 6bc29d1ad9ccfcde8e0d4483d28e0a6be74b347d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:51:32 +0000 Subject: [PATCH] Bump virtualenv from 20.23.1 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.23.1 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.23.1...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6556fe7fd..da819c342 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -34,7 +34,7 @@ contextlib2==21.6.0 # via schema coverage[toml]==7.2.7 # via pytest-cov -distlib==0.3.6 +distlib==0.3.9 # via virtualenv docker==5.0.3 # via tox-docker @@ -67,7 +67,7 @@ pathspec==0.11.1 # via black pip-tools==6.14.0 # via -r dev-requirements.in -platformdirs==3.8.1 +platformdirs==4.3.6 # via # black # tox @@ -142,7 +142,7 @@ urllib3==1.26.16 # via # -r dev-requirements.in # requests -virtualenv==20.23.1 +virtualenv==20.26.6 # via tox webencodings==0.5.1 # via bleach