Bump virtualenv from 20.32.0 to 20.33.0 (#2806)

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.32.0 to 20.33.0.
- [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.32.0...20.33.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-05 12:54:54 -04:00
committed by GitHub
parent 8feaff29ae
commit 129f75e045
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3826,14 +3826,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "virtualenv"
version = "20.32.0"
version = "20.33.0"
description = "Virtual Python Environment builder"
optional = false
python-versions = ">=3.8"
groups = ["main", "dev"]
files = [
{file = "virtualenv-20.32.0-py3-none-any.whl", hash = "sha256:2c310aecb62e5aa1b06103ed7c2977b81e042695de2697d01017ff0f1034af56"},
{file = "virtualenv-20.32.0.tar.gz", hash = "sha256:886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0"},
{file = "virtualenv-20.33.0-py3-none-any.whl", hash = "sha256:106b6baa8ab1b526d5a9b71165c85c456fbd49b16976c88e2bc9352ee3bc5d3f"},
{file = "virtualenv-20.33.0.tar.gz", hash = "sha256:47e0c0d2ef1801fce721708ccdf2a28b9403fa2307c3268aebd03225976f61d2"},
]
[package.dependencies]
@@ -4223,4 +4223,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "fbe8fbcece44dc891607af910c1eb83c4c01e07e9ced86f14e3e85aea2bc2608"
content-hash = "c0a71dff93a06af1ad6c7925d5aeec6f3a810d6b3f1fc9f92b49a5e8ddcc7045"

View File

@@ -70,7 +70,7 @@ requests = "^2.32.4"
six = "^1.16.0"
urllib3 = "^2.5.0"
webencodings = "^0.5.1"
virtualenv = "<20.33"
virtualenv = "<20.34"
[tool.poetry.group.dev.dependencies]