From ebdb644cf27066daa2e9fe313e111d267cbb9a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:05:26 -0400 Subject: [PATCH] Bump virtualenv from 20.34.0 to 20.35.0 (#2990) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.35.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.34.0...20.35.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.35.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 cbb318a86..79f1308e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4002,14 +4002,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.34.0" +version = "20.35.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "virtualenv-20.34.0-py3-none-any.whl", hash = "sha256:341f5afa7eee943e4984a9207c025feedd768baff6753cd660c857ceb3e36026"}, - {file = "virtualenv-20.34.0.tar.gz", hash = "sha256:44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a"}, + {file = "virtualenv-20.35.0-py3-none-any.whl", hash = "sha256:3961608acaf5ee9ddc87b5e05664c8dd91d34db59494ae9e648f659292be55ef"}, + {file = "virtualenv-20.35.0.tar.gz", hash = "sha256:040361d5b7451558edc0a3a68b9f108830d9dc87cc5d03d437a5cf9c742b5cb8"}, ] [package.dependencies] @@ -4398,4 +4398,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 = "f1bc03a8aa2452699533df7fcececf5701615e5c26210e836d7e798cbfa7cd00" +content-hash = "ca32e2bf55e5b64ce89ed053e324921b25556c09504f41690e0afcac6d698314" diff --git a/pyproject.toml b/pyproject.toml index 21e57b98a..4bb001deb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ requests = "^2.32.5" six = "^1.16.0" urllib3 = "^2.5.0" webencodings = "^0.5.1" -virtualenv = "<20.35" +virtualenv = "<20.36" [tool.poetry.group.dev.dependencies]