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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-09 12:05:26 -04:00
committed by GitHub
parent 78878da532
commit ebdb644cf2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -4002,14 +4002,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "virtualenv" name = "virtualenv"
version = "20.34.0" version = "20.35.0"
description = "Virtual Python Environment builder" description = "Virtual Python Environment builder"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
groups = ["main", "dev"] groups = ["main", "dev"]
files = [ files = [
{file = "virtualenv-20.34.0-py3-none-any.whl", hash = "sha256:341f5afa7eee943e4984a9207c025feedd768baff6753cd660c857ceb3e36026"}, {file = "virtualenv-20.35.0-py3-none-any.whl", hash = "sha256:3961608acaf5ee9ddc87b5e05664c8dd91d34db59494ae9e648f659292be55ef"},
{file = "virtualenv-20.34.0.tar.gz", hash = "sha256:44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a"}, {file = "virtualenv-20.35.0.tar.gz", hash = "sha256:040361d5b7451558edc0a3a68b9f108830d9dc87cc5d03d437a5cf9c742b5cb8"},
] ]
[package.dependencies] [package.dependencies]
@@ -4398,4 +4398,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "f1bc03a8aa2452699533df7fcececf5701615e5c26210e836d7e798cbfa7cd00" content-hash = "ca32e2bf55e5b64ce89ed053e324921b25556c09504f41690e0afcac6d698314"

View File

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