From f2021f3924cec719168a75ec05c2901a8de17769 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:04 -0300 Subject: [PATCH 01/17] 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 b1dd7c5e40f7159da71796e24a8e47213b1db379 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:05 -0300 Subject: [PATCH 02/17] Pin attrs to latest version 19.3.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c427872..83b5ae3 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==19.3.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 3e04ba17b45ab0b1582d6582384a90ff90ac01bc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:07 -0300 Subject: [PATCH 03/17] Pin certifi to latest version 2020.4.5.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 83b5ae3..ffa6bfd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh~=0.26.2 atomicwrites==1.4.0 attrs==19.3.0 -certifi~=2019.3.9 +certifi==2020.4.5.1 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From c810bc13b6a7fd236d0b235e55847b2db2b61ecb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:08 -0300 Subject: [PATCH 04/17] 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 ffa6bfd..7700116 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 af75691b829a1687a38362edf2f04ce7222ad61c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:09 -0300 Subject: [PATCH 05/17] Pin coverage to latest version 5.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7700116..ddc3a10 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.1 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From e5cb5b968f7f178a45e46191ad7d4477aab7673c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:10 -0300 Subject: [PATCH 06/17] Pin more-itertools to latest version 8.3.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ddc3a10..c691ba8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.2 coverage==5.1 docopt~=0.6.2 idna~=2.8 -more-itertools~=7.0.0 +more-itertools==8.3.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 8c79e65bc09686f5ef631669e74c789c0a0308b2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:11 -0300 Subject: [PATCH 07/17] Pin pip to latest version 20.1.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c691ba8..0516119 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna~=2.8 more-itertools==8.3.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==20.1.1 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From 58dad3d2c04167700738d3ba6a481b07833cd30f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:12 -0300 Subject: [PATCH 08/17] 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 0516119..015c8f9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==20.1.1 pluggy>=0.9.0 py~=1.8.0 -pycodestyle~=2.5.0 +pycodestyle==2.6.0 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From a75cc96bf6299929619d4e6a5b4c0c129f9073d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:13 -0300 Subject: [PATCH 09/17] Pin pytest to latest version 5.4.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 015c8f9..7d1b015 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==20.1.1 pluggy>=0.9.0 py~=1.8.0 pycodestyle==2.6.0 -pytest~=4.4.0 +pytest==5.4.2 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 3b9dc209ed7664c57d27243e7fdc684f16797b0d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:14 -0300 Subject: [PATCH 10/17] Pin pytest-cov to latest version 2.9.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7d1b015..101533a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py~=1.8.0 pycodestyle==2.6.0 pytest==5.4.2 -pytest-cov~=2.6.1 +pytest-cov==2.9.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From f0b9d8e8750be00e580e5f5dff25e0dbe8d88030 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:15 -0300 Subject: [PATCH 11/17] Pin requests to latest version 2.23.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 101533a..31b5463 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==5.4.2 pytest-cov==2.9.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.23.0 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 9dd48fb1d400e73ca886f4fce1ac6eae1c728a25 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:16 -0300 Subject: [PATCH 12/17] Pin setuptools to latest version 47.1.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 31b5463..1bfe8c2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==2.9.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.23.0 -setuptools~=40.8.0 +setuptools==47.1.1 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From a3864652bfadbe22d86f8df7ad673a593c63f9aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:17 -0300 Subject: [PATCH 13/17] 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 1bfe8c2..f1770d9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.23.0 setuptools==47.1.1 -six~=1.12.0 +six==1.15.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From d8a273f5c8a4ecbbba758aabf97a488f7201a976 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:18 -0300 Subject: [PATCH 14/17] Pin urllib3 to latest version 1.25.9 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f1770d9..cffe26a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.23.0 setuptools==47.1.1 six==1.15.0 -urllib3~=1.24.1 +urllib3==1.25.9 watchdog~=0.9.0 wheel~=0.33.1 From 8c9053a87f8152017bddbfd3d2d2e3a8f9581ff0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:19 -0300 Subject: [PATCH 15/17] Pin watchdog to latest version 0.10.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cffe26a..f66e360 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.23.0 setuptools==47.1.1 six==1.15.0 urllib3==1.25.9 -watchdog~=0.9.0 +watchdog==0.10.2 wheel~=0.33.1 twine~=1.13.0 From ecfd70121f7ba0347314eed149aca4d01362797f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:20 -0300 Subject: [PATCH 16/17] Pin wheel to latest version 0.34.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f66e360..a0a96fe 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==47.1.1 six==1.15.0 urllib3==1.25.9 watchdog==0.10.2 -wheel~=0.33.1 +wheel==0.34.2 twine~=1.13.0 From 65c36e56d229bbad11fb6abcdd89a07d457a078f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jun 2020 12:11:22 -0300 Subject: [PATCH 17/17] Pin twine to latest version 3.1.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a0a96fe..2bff02f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.25.9 watchdog==0.10.2 wheel==0.34.2 -twine~=1.13.0 +twine==3.1.1