From e4c61ca89780846a299ffab5e847e177fba195e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 11:23:19 -0500 Subject: [PATCH] Bump virtualenv from 20.37.0 to 20.38.0 (#2229) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5689ec2f1..f05a17cc7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5335,14 +5335,14 @@ files = [ [[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] @@ -5979,4 +5979,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "42a9e3b7c11f93156eb00939d3c5d5b5fccb996920cd069764c796008bc97966" +content-hash = "40fff041171f1699a0842d36dbde3fe9f7228d17dc0cc56b7f9fc40aa42d2453" diff --git a/pyproject.toml b/pyproject.toml index a59ac063d..0949cb4f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ itsdangerous = "^2.2.0" jinja2 = "^3.1.6" redis = "^6.4.0" requests = "^2.32.5" -virtualenv = "^20.37.0" +virtualenv = "^20.38.0" marshmallow-enum = "^1.5.1" awscli = "^1.40.36" typing-extensions = "^4.15.0"