From 146f487df36c9beb9c9619b7ee3dbb42e0dbc600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:53:38 +0200 Subject: [PATCH] Update virtualenv requirement from ==20.23.* to ==20.24.* (#174) Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [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.0...20.24.2) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 771e88a..6112493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ requests-cache==1.1.* six==1.16.* tqdm==4.65.* urllib3==2.0.* -virtualenv==20.23.* +virtualenv==20.24.* wrapt==1.15.*