Bump virtualenv from 20.37.0 to 20.38.0 (#3272)

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.37.0 to 20.38.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.37.0...20.38.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.38.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]
2026-02-20 11:21:44 -05:00
committed by GitHub
parent f23044bbf1
commit cc826044e3
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -4133,14 +4133,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[[package]]
name = "virtualenv"
version = "20.37.0"
version = "20.38.0"
description = "Virtual Python Environment builder"
optional = false
python-versions = ">=3.8"
groups = ["main", "dev"]
files = [
{file = "virtualenv-20.37.0-py3-none-any.whl", hash = "sha256:5d3951c32d57232ae3569d4de4cc256c439e045135ebf43518131175d9be435d"},
{file = "virtualenv-20.37.0.tar.gz", hash = "sha256:6f7e2064ed470aa7418874e70b6369d53b66bcd9e9fd5389763e96b6c94ccb7c"},
{file = "virtualenv-20.38.0-py3-none-any.whl", hash = "sha256:d6e78e5889de3a4742df2d3d44e779366325a90cf356f15621fddace82431794"},
{file = "virtualenv-20.38.0.tar.gz", hash = "sha256:94f39b1abaea5185bf7ea5a46702b56f1d0c9aa2f41a6c2b8b0af4ddc74c10a7"},
]
[package.dependencies]
@@ -4529,4 +4529,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "c598b2ad165c7723711767a33fcdfed5cc5a2bb7961375d7f0ed84ab4af0f769"
content-hash = "3566558653da5c0f7cbad3dafb8e82b9dc6c4c80bcfe31b6ab6080c5babbe95a"

View File

@@ -70,7 +70,7 @@ requests = "^2.32.5"
six = "^1.16.0"
urllib3 = "^2.6.3"
webencodings = "^0.5.1"
virtualenv = "<20.38"
virtualenv = "<20.39"
[tool.poetry.group.dev.dependencies]