From 27985c6ed4befb1ef9f7f6eb5d5b3fb18318949d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:06 -0300 Subject: [PATCH 01/11] Pin certifi to latest version 2019.9.11 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..afe509d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh~=0.26.2 atomicwrites~=1.3.0 attrs~=19.1.0 -certifi~=2019.3.9 +certifi==2019.9.11 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From e3c07e2f8cfdee92ad6923390b50d0f3e1c98833 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:07 -0300 Subject: [PATCH 02/11] Pin coverage to latest version 4.5.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index afe509d..16b62b6 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.3.93 -coverage~=4.5.3 +coverage==4.5.4 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 797a0bbeb5cc4f01bc471421e0682bed49fa2334 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:08 -0300 Subject: [PATCH 03/11] Pin more-itertools to latest version 7.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 16b62b6..c081928 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored~=1.3.93 coverage==4.5.4 docopt~=0.6.2 idna~=2.8 -more-itertools~=7.0.0 +more-itertools==7.2.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 83e74708c8811203614b8e248b0b2fd25165fa96 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:09 -0300 Subject: [PATCH 04/11] Pin pip to latest version 19.2.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c081928..d94cb68 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna~=2.8 more-itertools==7.2.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==19.2.3 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From 3ee31460341d275453acdbfbd5e0ba49ce94b696 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:10 -0300 Subject: [PATCH 05/11] Pin pytest to latest version 5.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d94cb68..fdaf449 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==19.2.3 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 -pytest~=4.4.0 +pytest==5.2.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 79b55db71d8f9918848fcb28b337040d7066d022 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:12 -0300 Subject: [PATCH 06/11] Pin pytest-cov to latest version 2.7.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fdaf449..b38636b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 pytest==5.2.0 -pytest-cov~=2.6.1 +pytest-cov==2.7.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From ecafaf48903a29bc3fb8d73c3e9ae1200a50c681 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:13 -0300 Subject: [PATCH 07/11] Pin requests to latest version 2.22.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b38636b..2882fac 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==5.2.0 pytest-cov==2.7.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.22.0 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 2e7bba25c27bd927374910588aa5f6f1d017b8f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:14 -0300 Subject: [PATCH 08/11] Pin setuptools to latest version 41.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2882fac..07e29b1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==2.7.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.22.0 -setuptools~=40.8.0 +setuptools==41.2.0 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 0c76678aac1e3d0d5dbf2409fef45984c2a3765b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:15 -0300 Subject: [PATCH 09/11] Pin urllib3 to latest version 1.25.6 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 07e29b1..0fb3d3f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.22.0 setuptools==41.2.0 six~=1.12.0 -urllib3~=1.24.1 +urllib3==1.25.6 watchdog~=0.9.0 wheel~=0.33.1 From 87167222bab3efa220d954978c429760d3bf8793 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:16 -0300 Subject: [PATCH 10/11] Pin wheel to latest version 0.33.6 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0fb3d3f..7c42635 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==41.2.0 six~=1.12.0 urllib3==1.25.6 watchdog~=0.9.0 -wheel~=0.33.1 +wheel==0.33.6 twine~=1.13.0 From 5c5abb5672a8f26c445efbbde0ec46ae533aa9e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2019 12:10:17 -0300 Subject: [PATCH 11/11] Pin twine to latest version 2.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7c42635..8ce2493 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.25.6 watchdog~=0.9.0 wheel==0.33.6 -twine~=1.13.0 +twine==2.0.0