From 3252ef2622c8dfe6ccc974ae1f14e31f74d137cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:28:02 +0100 Subject: [PATCH] Bump setuptools from 60.9.1 to 60.9.2 (#872) --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 9b87e1b27..b91367bd6 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -8,6 +8,6 @@ pylint==2.12.2 pytest==7.0.1 pytest-asyncio==0.18.1 pytest-cov==3.0.0 -setuptools==60.9.1 +setuptools==60.9.2 tox==3.24.5 mypy==0.931