From 7eef69573dec925d8e4777639f717dcb0cf9fe78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:00:43 +0000 Subject: [PATCH] Bump virtualenv from 20.31.2 to 20.32.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.2 to 20.32.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.31.2...20.32.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d0ea05911..ff6508615 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4958,14 +4958,14 @@ files = [ [[package]] name = "virtualenv" -version = "20.31.2" +version = "20.32.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "virtualenv-20.31.2-py3-none-any.whl", hash = "sha256:36efd0d9650ee985f0cad72065001e66d49a6f24eb44d98980f630686243cf11"}, - {file = "virtualenv-20.31.2.tar.gz", hash = "sha256:e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af"}, + {file = "virtualenv-20.32.0-py3-none-any.whl", hash = "sha256:2c310aecb62e5aa1b06103ed7c2977b81e042695de2697d01017ff0f1034af56"}, + {file = "virtualenv-20.32.0.tar.gz", hash = "sha256:886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0"}, ] [package.dependencies] @@ -5513,4 +5513,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "c37c3f72a7eddbde3d96de818f1b2d8e86cb1b4448cc548f687cafa6bb42211e" +content-hash = "a69abbfa7247c82b575c87ccbefa7419f3a8f4445cdffaa9af4af6c2c09d2d34" diff --git a/pyproject.toml b/pyproject.toml index d950a4789..1048703d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ jinja2 = "^3.1.6" redis = "^5.0.8" requests = "^2.32.4" flask-socketio = "^5.5.1" -virtualenv = "^20.31.2" +virtualenv = "^20.32.0" marshmallow-enum = "^1.5.1" awscli = "^1.40.36" typing-extensions = "^4.14.1"