From cdfcd146ebe54b4277346a6cb9bfb57cb835e2b5 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Thu, 25 Mar 2021 23:15:19 +0100 Subject: [PATCH] deps: update virtualenv to 20.4.3 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index dd00e3385b6..fb8897009e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -697,7 +697,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "fa762bec451ef26021b1882a6f657ca2c0b3eeff514e28f805dfa7dfc1a02495" +content-hash = "6cbc07e5853bcf1280421b77b6fca85f2f7eb5a6ff12049f65ea116b256d94ea" [metadata.files] appdirs = [ diff --git a/pyproject.toml b/pyproject.toml index bd2dd612dec..a487a789dbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ shellingham = "^1.1" tomlkit = ">=0.7.0,<1.0.0" pexpect = "^4.7.0" packaging = "^20.4" -virtualenv = { version = "^20.0.26" } +virtualenv = "^20.4.3" keyring = "^21.2.0" importlib-metadata = {version = "^1.6.0", python = "<3.8"}