From 6f2abe35a78f641935e3993879495840aa3c89a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:23:36 +0000 Subject: [PATCH] Bump virtualenv from 20.26.0 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.0 to 20.26.6. - [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.26.0...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce5c226e2..048586227 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2085,13 +2085,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.26.0" +version = "20.26.6" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.26.0-py3-none-any.whl", hash = "sha256:0846377ea76e818daaa3e00a4365c018bc3ac9760cbb3544de542885aad61fb3"}, - {file = "virtualenv-20.26.0.tar.gz", hash = "sha256:ec25a9671a5102c8d2657f62792a27b48f016664c6873f6beed3800008577210"}, + {file = "virtualenv-20.26.6-py3-none-any.whl", hash = "sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2"}, + {file = "virtualenv-20.26.6.tar.gz", hash = "sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48"}, ] [package.dependencies] @@ -2313,4 +2313,4 @@ testing = ["tornado-httpclient-mock"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "f21a797580edfa7080be67f74174663d8d9a0e13dac5b20aeb56bebb59c4a859" +content-hash = "b30a100ca86c02e8c14809ceacc97a8b3b98a11d52e7d12f14dc10a74f9a051b" diff --git a/pyproject.toml b/pyproject.toml index 9211ab2ce..7015e330a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mypy = '1.8.0' ruff = '0.7.3' exceptiongroup = '1.2.0' tomli = '2.0.1' -virtualenv = '<=20.26.0' +virtualenv = '<=20.26.6' [tool.poetry.extras] sentry = ["sentry-sdk"]