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

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"