From 802e034fe74ba73a4eeab750305668827198a2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:46:12 -0400 Subject: [PATCH] Bump virtualenv from 20.32.0 to 20.33.0 (#1890) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.32.0 to 20.33.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.32.0...20.33.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.33.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 16441afff..a3874a3a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5035,14 +5035,14 @@ files = [ [[package]] name = "virtualenv" -version = "20.32.0" +version = "20.33.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "virtualenv-20.32.0-py3-none-any.whl", hash = "sha256:2c310aecb62e5aa1b06103ed7c2977b81e042695de2697d01017ff0f1034af56"}, - {file = "virtualenv-20.32.0.tar.gz", hash = "sha256:886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0"}, + {file = "virtualenv-20.33.0-py3-none-any.whl", hash = "sha256:106b6baa8ab1b526d5a9b71165c85c456fbd49b16976c88e2bc9352ee3bc5d3f"}, + {file = "virtualenv-20.33.0.tar.gz", hash = "sha256:47e0c0d2ef1801fce721708ccdf2a28b9403fa2307c3268aebd03225976f61d2"}, ] [package.dependencies] @@ -5664,4 +5664,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "903d88177a3e9c3593a95be97b0391cbfd43c8c290c474a9b509333e7a17658c" +content-hash = "d490a226c8565472acca56519d8725f49b3a039f3a1d805e5307027d468f22fc" diff --git a/pyproject.toml b/pyproject.toml index 325cdad70..376d58012 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.32.0" +virtualenv = "^20.33.0" marshmallow-enum = "^1.5.1" awscli = "^1.40.36" typing-extensions = "^4.14.1"