From 7e95d3cc67830d56b17e5a004c33987f4d1259c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:32:53 +0000 Subject: [PATCH] build(deps-dev): bump virtualenv from 20.10.0 to 20.13.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.10.0 to 20.13.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.10.0...20.13.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 b4c7bc1..43d757c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,5 +6,5 @@ pytest==6.2.5 pytest-cov==3.0.0 tox==3.24.4 twine==3.7.1 -virtualenv==20.10.0 +virtualenv==20.13.0 moto==2.2.19 \ No newline at end of file