From 76f154231a4adcf8cadedb2ef2e05d749d2410f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 07:05:45 +0000 Subject: [PATCH] Bump virtualenv from 20.18.0 to 20.23.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.18.0 to 20.23.0. - [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.18.0...20.23.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6f01536..45d7904 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -36,5 +36,5 @@ requests==2.28.1; python_version >= "3.7" and python_version < "4" and (python_v tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" and python_full_version <= "3.11.0a6" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7") typing-extensions==4.4.0; python_version >= "3.7" urllib3==1.26.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") or python_version >= "3.7" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") and python_full_version >= "3.6.0" -virtualenv==20.18.0; python_version >= "3.7" +virtualenv==20.23.0; python_version >= "3.7" yarl==1.8.2; python_version >= "3.7"