From 6f4fd7fa74da73b1f587a1e7c1eb6115f76c7577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:36:57 +0000 Subject: [PATCH] build(deps-dev): bump virtualenv from 20.24.0 to 20.24.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.0 to 20.24.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.24.0...20.24.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-patch ... 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 177919c..2c75c86 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,4 +18,4 @@ pyflakes==3.0.1 PyYAML==6.0.1 tomli==2.0.1 typing_extensions==4.7.1 -virtualenv==20.24.0 +virtualenv==20.24.1