From ce36ac0de589e2991197df87ad0090cbc831d74c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:03 -0300 Subject: [PATCH 01/18] Pin atomicwrites to latest version 1.4.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..c427872 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh~=0.26.2 -atomicwrites~=1.3.0 +atomicwrites==1.4.0 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From f378e2e8c31fcdd21688c62f6f4b15f2b6dbd3dd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:04 -0300 Subject: [PATCH 02/18] Pin attrs to latest version 20.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c427872..4204b0c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh~=0.26.2 atomicwrites==1.4.0 -attrs~=19.1.0 +attrs==20.2.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 995260ce15adb7d2ed648ad79c6537618a6b1886 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:05 -0300 Subject: [PATCH 03/18] Pin certifi to latest version 2020.6.20 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4204b0c..69e2952 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh~=0.26.2 atomicwrites==1.4.0 attrs==20.2.0 -certifi~=2019.3.9 +certifi==2020.6.20 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 9dc3fc8021671941dd6817e3f4c4551759b202c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:05 -0300 Subject: [PATCH 04/18] Pin colored to latest version 1.4.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 69e2952..4c56bc6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 -colored~=1.3.93 +colored==1.4.2 coverage~=4.5.3 docopt~=0.6.2 idna~=2.8 From 53b27252c08415d9ae030cdef6e9c97495f2245d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:06 -0300 Subject: [PATCH 05/18] Pin coverage to latest version 5.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4c56bc6..36173dd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 colored==1.4.2 -coverage~=4.5.3 +coverage==5.3 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From c4e926dd754d3ac923eabcc30cfa942e7bc36c61 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:07 -0300 Subject: [PATCH 06/18] Pin more-itertools to latest version 8.6.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 36173dd..5e285fa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.2 coverage==5.3 docopt~=0.6.2 idna~=2.8 -more-itertools~=7.0.0 +more-itertools==8.6.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 79419f48daf993d964aea25a2591452c4ee81913 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:08 -0300 Subject: [PATCH 07/18] Pin pip to latest version 20.2.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5e285fa..48ab25b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna~=2.8 more-itertools==8.6.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==20.2.4 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From f18994a5892f9754be0b64342cad97b5285fe8c3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:09 -0300 Subject: [PATCH 08/18] Pin py to latest version 1.9.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 48ab25b..44226d2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==20.2.4 pluggy>=0.9.0 -py~=1.8.0 +py==1.9.0 pycodestyle~=2.5.0 pytest~=4.4.0 pytest-cov~=2.6.1 From c6fce4e26e6109ec8695efdd663558759e94bf30 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:09 -0300 Subject: [PATCH 09/18] Pin pycodestyle to latest version 2.6.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 44226d2..7460cbc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==20.2.4 pluggy>=0.9.0 py==1.9.0 -pycodestyle~=2.5.0 +pycodestyle==2.6.0 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From fbdc33502091de9c721a4cc1859fc8b1dddeed1f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:10 -0300 Subject: [PATCH 10/18] Pin pytest to latest version 6.1.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7460cbc..121b950 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==20.2.4 pluggy>=0.9.0 py==1.9.0 pycodestyle==2.6.0 -pytest~=4.4.0 +pytest==6.1.2 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 38498ac2b098d1528d3b78a0f66619becc2b69bf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:11 -0300 Subject: [PATCH 11/18] Pin pytest-cov to latest version 2.10.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 121b950..713153e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.9.0 pycodestyle==2.6.0 pytest==6.1.2 -pytest-cov~=2.6.1 +pytest-cov==2.10.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 7b727927950e1a25e4837f28bb1b916aea00b9d7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:12 -0300 Subject: [PATCH 12/18] Pin requests to latest version 2.24.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 713153e..ece707f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==6.1.2 pytest-cov==2.10.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.24.0 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 3c2e679f55e3d3a2ddfeaef692d3bb144fbdd6f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:12 -0300 Subject: [PATCH 13/18] Pin setuptools to latest version 50.3.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ece707f..7d8872c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==2.10.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.24.0 -setuptools~=40.8.0 +setuptools==50.3.2 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 3ee6165429f6a37509b21c295d92842691a89daa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:13 -0300 Subject: [PATCH 14/18] Pin six to latest version 1.15.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7d8872c..1282349 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.24.0 setuptools==50.3.2 -six~=1.12.0 +six==1.15.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From 0b6d638ebe31650a0a13f0ccddaac4c1a9975421 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:14 -0300 Subject: [PATCH 15/18] Pin urllib3 to latest version 1.25.11 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1282349..a9c4509 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.24.0 setuptools==50.3.2 six==1.15.0 -urllib3~=1.24.1 +urllib3==1.25.11 watchdog~=0.9.0 wheel~=0.33.1 From 2a463f6a0100fcf0af779b510a84c0b3c77e3f42 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:15 -0300 Subject: [PATCH 16/18] Pin watchdog to latest version 0.10.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a9c4509..87377d0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.24.0 setuptools==50.3.2 six==1.15.0 urllib3==1.25.11 -watchdog~=0.9.0 +watchdog==0.10.3 wheel~=0.33.1 twine~=1.13.0 From b85c01af24327d584a4e3f6f4e1486f42ec27619 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:16 -0300 Subject: [PATCH 17/18] Pin wheel to latest version 0.35.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 87377d0..7d302d0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==50.3.2 six==1.15.0 urllib3==1.25.11 watchdog==0.10.3 -wheel~=0.33.1 +wheel==0.35.1 twine~=1.13.0 From 5d503ebee37c7dcce047797268f2ae349354b8ee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Nov 2020 12:16:16 -0300 Subject: [PATCH 18/18] Pin twine to latest version 3.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7d302d0..f1ec17c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.25.11 watchdog==0.10.3 wheel==0.35.1 -twine~=1.13.0 +twine==3.2.0