From 076098e1f59eaaad66bf90fb85ecffccad346c3a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Nov 2020 02:03:49 -0500 Subject: [PATCH 1/3] Update pytest-pylint from 0.17.0 to 0.18.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 98c1dbdf..d7a8fc74 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ testing = bork==5.0.0 pytest==6.1.2 pylint==2.6.0 - pytest-pylint==0.17.0 + pytest-pylint==0.18.0 docs = bork==5.0.0 From 4532c1f32737f29d70e70ea7f3592227d0e89ce7 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Mon, 9 Nov 2020 20:43:19 -0500 Subject: [PATCH 2/3] Update bors.toml. --- bors.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bors.toml b/bors.toml index 6be52c72..4983c410 100644 --- a/bors.toml +++ b/bors.toml @@ -6,9 +6,9 @@ status = [ "Linux container:python:3.6-slim", "Linux container:python:3.7-slim", "Linux container:python:3.8-slim", - "Windows container:python:3.6-windowsservercore-1809", - "Windows container:python:3.7-windowsservercore-1809", - #"Windows container:python:3.8-windowsservercore-1809", + "Windows windows_container:python:3.6-windowsservercore-1809", + "Windows windows_container:python:3.7-windowsservercore-1809", + #"Windows windows_container:python:3.8-windowsservercore-1809", "macOS", ] From 6d15f7768f6b70988d25e384ba42cc921d24c014 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 3 Dec 2020 07:41:48 -0500 Subject: [PATCH 3/3] Update pip from 20.2.4 to 20.3.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 98c1dbdf..88b742d2 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.0.0 - pip==20.2.4 + pip==20.3.1 setuptools==50.3.2 wheel==0.35.1