From 3c07df96d22d4c4c7e5a707bbe75d50033c0db85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:58:12 +0000 Subject: [PATCH] build(deps-dev): bump virtualenv from 20.23.1 to 20.24.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.23.1 to 20.24.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.23.1...20.24.0) --- 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 e91ba2c..b4d1838 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,4 +18,4 @@ pyflakes==3.0.1 PyYAML==6.0 tomli==2.0.1 typing_extensions==4.7.1 -virtualenv==20.23.1 +virtualenv==20.24.0