From 06a2b19aa9e0cf28c3d8406fab32f2e08d489a3f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 15 Dec 2020 14:02:34 -0500 Subject: [PATCH 1/2] Update pip from 20.3.1 to 20.3.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 584f58ca..ceb5a932 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ python_requires = >=3.5 # FIXME: This name seems wrong, but I can't think of a better one atm. build = bork==5.1.0 - pip==20.3.1 + pip==20.3.3 setuptools==50.3.2 wheel==0.36.2 From a72d5edb6aa6cc976ddd4dd6ffbcfab6cf4a7558 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 15 Dec 2020 14:02:38 -0500 Subject: [PATCH 2/2] Update pytest from 6.1.2 to 6.2.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 584f58ca..13adcc1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,11 +34,11 @@ build = testing_only = bork==5.1.0 - pytest==6.1.2 + pytest==6.2.1 testing = bork==5.1.0 - pytest==6.1.2 + pytest==6.2.1 pylint==2.6.0 pytest-pylint==0.18.0