From f802d88078ca40308816a6dc302466a2f6ea60c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 11:00:42 +0000 Subject: [PATCH] Bump setuptools from 54.0.0 to 54.1.1 in /test Bumps [setuptools](https://github.com/pypa/setuptools) from 54.0.0 to 54.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v54.0.0...v54.1.1) Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 327fc17..020698e 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,5 +1,5 @@ wheel==0.36.2 flake8==3.8.4 -setuptools==54.0.0 +setuptools==54.1.1 pytest==6.0.1 coverage==5.5