From d9a584107e535b2aaed1fa244c5c1c1ec9de7366 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 16 Jan 2025 10:59:54 +0000
Subject: [PATCH] Bump virtualenv from 20.25.1 to 20.26.6 (#492)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.1 to
20.26.6.
Sourced from virtualenv's
releases. Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.5...20.26.6 Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5 Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.3...20.26.4 Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.2...20.26.3 ... (truncated) Sourced from virtualenv's
changelog. Bugfixes - 20.26.6 Bugfixes - 20.26.5
Release notes
20.26.6
What's Changed
@gaborbernat
in
pypa/virtualenv#2766@y5c4l3
in pypa/virtualenv#2771New Contributors
@y5c4l3
made
their first contribution in pypa/virtualenv#277120.26.5
What's Changed
@gaborbernat
in
pypa/virtualenv#2761@gaborbernat
in
pypa/virtualenv#276520.26.4
What's Changed
@gaborbernat
in
pypa/virtualenv#2742@edmorley
in pypa/virtualenv#2751@hugovk
in pypa/virtualenv#2752@edmorley
in pypa/virtualenv#2754@hugovk
in pypa/virtualenv#2756@ShootGan
in pypa/virtualenv#2748@gaborbernat
in
pypa/virtualenv#2760New Contributors
@ShootGan
made their first contribution in pypa/virtualenv#274820.26.3
What's Changed
@gaborbernat
in
pypa/virtualenv#2724@gaborbernat
in
pypa/virtualenv#274120.26.2
Changelog
v20.26.6 (2024-09-27)
- Properly quote string placeholders in activation script
templates to mitigate
potential command injection - by :user:`y5c4l3`. (:issue:`2768`)
v20.26.5 (2024-09-17)
75.1.0
from
74.1.2
- by :user:gaborbernat
.
(:issue:2765
)Bugfixes - 20.26.4
- no longer create `()` output in console during activation
of a virtualenv by .bat file. (:issue:`2728`)
- Upgrade embedded wheels:
- wheel to
0.44.0
from 0.43.0
- pip to
24.2
from 24.1
- setuptools to
74.1.2
from 70.1.0
(:issue:2760
)
v20.26.3 (2024-06-21)
Bugfixes - 20.26.3
Upgrade embedded wheels:
70.1.0
from 69.5.1
24.1
from 24.0
(:issue:2741
)Bugfixes - 20.26.2
- ``virtualenv.pyz`` no longer fails when zipapp path
contains a symlink - by :user:`HandSonic` and :user:`petamas`.
(:issue:`1949`)
- Fix bad return code from activate.sh if hashing is disabled - by
:user:'fenkes-ibm'. (:issue:`2717`)
v20.26.1 (2024-04-29)
Bugfixes - 20.26.1
... (truncated)
ec04726
release 20.26.686ddded
Fix #2768:
Quote template strings in activation scripts (#2771)6bb3f62
[pre-commit.ci] pre-commit autoupdate (#2769)220d49c
Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#2767)cf340c8
Merge pull request #2766
from pypa/release-20.26.5f3172b4
release 20.26.522b9795
Use uv over pip (#2765)35d8269
[pre-commit.ci] pre-commit autoupdate (#2764)ee77feb
[pre-commit.ci] pre-commit autoupdate (#2763)c516056
Update README.md