From c9505876a0cd019c79fdc0bf9ba77d40552d7264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 23:25:51 +0000 Subject: [PATCH] Bump virtualenv from 20.23.0 to 20.23.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.23.0 to 20.23.1. - [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.23.0...20.23.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/basics.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/basics.txt b/requirements/basics.txt index 7189a58b2..1ec6fd297 100644 --- a/requirements/basics.txt +++ b/requirements/basics.txt @@ -3,7 +3,7 @@ setuptools==59.6.0;python_version<="3.6" and python_version>"2.7" setuptools==67.8.0;python_version>="3.7" virtualenv==20.15.1;python_version<="2.7" virtualenv==20.17.1;python_version<="3.6" and python_version>"2.7" -virtualenv==20.23.0;python_version>="3.7" +virtualenv==20.23.1;python_version>="3.7" wheel==0.33.6;python_version<="2.7" wheel==0.37.1;python_version<="3.6" and python_version>"2.7" wheel==0.40.0;python_version>="3.7"