From 5820bc20175c56cb4a756c8adc49052662c17515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:09:22 +0000 Subject: [PATCH] Update dependency virtualenv to v20.26.0 (#48) 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 8ecc519..b87703e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -469,13 +469,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.25.3" +version = "20.26.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.25.3-py3-none-any.whl", hash = "sha256:8aac4332f2ea6ef519c648d0bc48a5b1d324994753519919bddbb1aff25a104e"}, - {file = "virtualenv-20.25.3.tar.gz", hash = "sha256:7bb554bbdfeaacc3349fa614ea5bff6ac300fc7c335e9facf3a3bcfc703f45be"}, + {file = "virtualenv-20.26.0-py3-none-any.whl", hash = "sha256:0846377ea76e818daaa3e00a4365c018bc3ac9760cbb3544de542885aad61fb3"}, + {file = "virtualenv-20.26.0.tar.gz", hash = "sha256:ec25a9671a5102c8d2657f62792a27b48f016664c6873f6beed3800008577210"}, ] [package.dependencies] @@ -505,4 +505,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c6dd4dc98058c1ed25bbfff55f8159e14b221e25a9cc02f781e8a75bdaf16e52" +content-hash = "dca1c7481c5da1a32f92a9945b52564a0478f9f471b2e8f8392c611d14a8b992" diff --git a/pyproject.toml b/pyproject.toml index 0b9cdb0..c2c1ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,5 +33,5 @@ retry = "0.9.2" titlecase = "2.4.1" tqdm = "4.66.2" urllib3 = "2.2.1" -virtualenv = "20.25.3" +virtualenv = "20.26.0" zipp = "3.18.1"