From 7c4d88128aaf01bb79464e2cafb1a61fbef16346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 06:04:32 +0000 Subject: [PATCH] Bump virtualenv from 20.0.3 to 20.17.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.3 to 20.17.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.0.3...20.17.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index a7887c64529..a9676ce54dc 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,7 +4,7 @@ flake8>=3.5.0 pytz==2017.2 bumpversion==0.5.3 tox==3.14.4 -virtualenv==20.0.3 +virtualenv==20.17.1 six>=1.14.0 ipdb pytest-xdist>=1.28.0,<2