From ffb4f7974c5bd5439b769be2b7c5749d5e7d08b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:06:14 +0000 Subject: [PATCH] Bump virtualenv from 20.24.5 to 20.24.7 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.5 to 20.24.7. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/20.24.7/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.24.5...20.24.7) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-patch ... 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 79794af..14c5614 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1488,19 +1488,19 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.5" +version = "20.24.7" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.5-py3-none-any.whl", hash = "sha256:b80039f280f4919c77b30f1c23294ae357c4c8701042086e3fc005963e4e537b"}, - {file = "virtualenv-20.24.5.tar.gz", hash = "sha256:e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752"}, + {file = "virtualenv-20.24.7-py3-none-any.whl", hash = "sha256:a18b3fd0314ca59a2e9f4b556819ed07183b3e9a3702ecfe213f593d44f7b3fd"}, + {file = "virtualenv-20.24.7.tar.gz", hash = "sha256:69050ffb42419c91f6c1284a7b24e0475d793447e35929b488bf6a0aade39353"}, ] [package.dependencies] distlib = ">=0.3.7,<1" filelock = ">=3.12.2,<4" -platformdirs = ">=3.9.1,<4" +platformdirs = ">=3.9.1,<5" [package.extras] docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] @@ -1534,4 +1534,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = ">= 3.11, < 4.0" -content-hash = "f9a56698673c3d23f14671166b5452958ccb592c253315390ac17d5463deb4f4" +content-hash = "2d60692eb61cc326f8b4d88c0f0ec05eea26dabb9b3fde849bd9fe2854bf7078" diff --git a/pyproject.toml b/pyproject.toml index 72b7b55..bd1c81c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ ipython = ">= 8.14.0" # https://pre-commit.com/ pre-commit = ">= 3.3.3" # Fixed version until fix of https://github.com/jorisroovers/gitlint/issues/535 -virtualenv = "20.24.5" +virtualenv = "20.24.7" # Collection of invoke commands # https://github.com/saritasa-nest/saritasa-python-invocations saritasa-invocations = ">= 0.8"