From e79825aa8019952227243a039451dee1860efcab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:00:13 +0000 Subject: [PATCH] Update dependency virtualenv to v20.28.0 (#125) Co-authored-by: renovate[bot] <29139614+renovate[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 dc20517..1a44950 100644 --- a/poetry.lock +++ b/poetry.lock @@ -471,13 +471,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.27.1" +version = "20.28.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" files = [ - {file = "virtualenv-20.27.1-py3-none-any.whl", hash = "sha256:f11f1b8a29525562925f745563bfd48b189450f61fb34c4f9cc79dd5aa32a1f4"}, - {file = "virtualenv-20.27.1.tar.gz", hash = "sha256:142c6be10212543b32c6c45d3d3893dff89112cc588b7d0879ae5a1ec03a47ba"}, + {file = "virtualenv-20.28.0-py3-none-any.whl", hash = "sha256:23eae1b4516ecd610481eda647f3a7c09aea295055337331bb4e6892ecce47b0"}, + {file = "virtualenv-20.28.0.tar.gz", hash = "sha256:2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa"}, ] [package.dependencies] @@ -511,4 +511,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "02280d8b2d8c0aafef357b7e256d4d3f92515a63a2abcf9151925e21d8ce9052" +content-hash = "23bde0fec238dd677ca3f2af5c8cd2a6058b6fa3f6818163fd884580986266f1" diff --git a/pyproject.toml b/pyproject.toml index 96131b3..44ee006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,5 +33,5 @@ retry = "0.9.2" titlecase = "2.4.1" tqdm = "4.67.1" urllib3 = "2.2.3" -virtualenv = "20.27.1" +virtualenv = "20.28.0" zipp = "3.21.0"