From cece2b91350fc42ffa3b413ef47370a943816c33 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 30 Sep 2024 09:52:27 +0200
Subject: [PATCH] chore(deps): Bump virtualenv from 20.26.4 to 20.26.6 (#2006)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.4 to
20.26.6.
Release notes
Sourced from virtualenv's
releases.
20.26.5
What's Changed
Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5
Changelog
Sourced from virtualenv's
changelog.
v20.26.6 (2024-09-27)
Bugfixes - 20.26.6
- Properly quote string placeholders in activation script
templates to mitigate
potential command injection - by :user:`y5c4l3`. (:issue:`2768`)
v20.26.5 (2024-09-17)
Bugfixes - 20.26.5
- Upgrade embedded wheels: setuptools to
75.1.0
from
74.1.2
- by :user:gaborbernat
.
(:issue:2765
)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.26.4&new-version=20.26.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index c2cbf7c8..510820d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -47,6 +47,6 @@ tomlkit==0.13.2 ; python_version == "3.8"
trove-classifiers==2024.9.12 ; python_version == "3.8"
urllib3==2.2.3 ; python_version == "3.8"
userpath==1.9.2 ; python_version == "3.8"
-virtualenv==20.26.4 ; python_version == "3.8"
+virtualenv==20.26.6 ; python_version == "3.8"
xattr==1.1.0 ; sys_platform == "darwin" and python_version == "3.8"
zipp==3.20.2 ; python_version == "3.8"