From 69a20b789459d48381cdd951d7bbd0b8fa298451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:28:48 +0000 Subject: [PATCH] Bump virtualenv from 20.35.0 to 20.35.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.35.0 to 20.35.2. - [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.35.0...20.35.2) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.35.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3088d72b..7da582b2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5257,14 +5257,14 @@ files = [ [[package]] name = "virtualenv" -version = "20.35.0" +version = "20.35.3" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "virtualenv-20.35.0-py3-none-any.whl", hash = "sha256:3961608acaf5ee9ddc87b5e05664c8dd91d34db59494ae9e648f659292be55ef"}, - {file = "virtualenv-20.35.0.tar.gz", hash = "sha256:040361d5b7451558edc0a3a68b9f108830d9dc87cc5d03d437a5cf9c742b5cb8"}, + {file = "virtualenv-20.35.3-py3-none-any.whl", hash = "sha256:63d106565078d8c8d0b206d48080f938a8b25361e19432d2c9db40d2899c810a"}, + {file = "virtualenv-20.35.3.tar.gz", hash = "sha256:4f1a845d131133bdff10590489610c98c168ff99dc75d6c96853801f7f67af44"}, ] [package.dependencies] @@ -5892,4 +5892,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 = "f78c6a9b4a0a0c7c2faf0e0c3a931c62b897c835f8e8de5555fb6007ad3c6416" +content-hash = "90b012e0bdf426c547f643e50d5505cb2ed293353d04f15d812a52177a8968a9" diff --git a/pyproject.toml b/pyproject.toml index 17e778d34..36cd89971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ itsdangerous = "^2.2.0" jinja2 = "^3.1.6" redis = "^5.0.8" requests = "^2.32.5" -virtualenv = "^20.35.0" +virtualenv = "^20.35.3" marshmallow-enum = "^1.5.1" awscli = "^1.40.36" typing-extensions = "^4.15.0"