From 4908ad532584a448aacd48583021a540ed99ff08 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:03 -0300 Subject: [PATCH 01/20] 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 280367f71b5aa4a7e94c98e253c15c3e4d1a079c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:03 -0300 Subject: [PATCH 02/20] Pin attrs to latest version 21.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..753fba1 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==21.2.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 6e7500e0f0cf4bc8a1c614c4d1ab6ce433730f2a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:03 -0300 Subject: [PATCH 03/20] Pin certifi to latest version 2021.5.30 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 753fba1..9f81e49 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh~=0.26.2 atomicwrites==1.4.0 attrs==21.2.0 -certifi~=2019.3.9 +certifi==2021.5.30 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From cb15ddb4bf1f495299795f4feb357fe766146654 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:04 -0300 Subject: [PATCH 04/20] Pin chardet to latest version 4.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9f81e49..74d88ee 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh~=0.26.2 atomicwrites==1.4.0 attrs==21.2.0 certifi==2021.5.30 -chardet~=3.0.4 +chardet==4.0.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From 5d0ba159c9ad73ac4c2eca63c18acdf8bb533674 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:04 -0300 Subject: [PATCH 05/20] 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 74d88ee..bceee18 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ chardet==4.0.0 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 925fa1e5ce3dde3dd0a60b9eca31eda0a0f71c73 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:04 -0300 Subject: [PATCH 06/20] Pin coverage to latest version 5.5 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bceee18..47c14ea 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.5 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 219a41ee7206886b68570743e32e8517b576156a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:05 -0300 Subject: [PATCH 07/20] Pin idna to latest version 3.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 47c14ea..8b938fd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==1.4.2 coverage==5.5 docopt~=0.6.2 -idna~=2.8 +idna==3.2 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 885f2f5a6f6ff812439a3c596af3153eb562b0b4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:05 -0300 Subject: [PATCH 08/20] Pin more-itertools to latest version 8.8.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8b938fd..e56adc2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.2 coverage==5.5 docopt~=0.6.2 idna==3.2 -more-itertools~=7.0.0 +more-itertools==8.8.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From e31134ac6a35dc4ac4bac7c1cefa32b7773e94b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:06 -0300 Subject: [PATCH 09/20] Pin pip to latest version 21.1.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e56adc2..dd0b4e7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.2 more-itertools==8.8.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==21.1.3 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From 42614b0311961385f69b2f0de8f19c85d26ef280 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:06 -0300 Subject: [PATCH 10/20] Pin py to latest version 1.10.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index dd0b4e7..4a59fb7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==21.1.3 pluggy>=0.9.0 -py~=1.8.0 +py==1.10.0 pycodestyle~=2.5.0 pytest~=4.4.0 pytest-cov~=2.6.1 From ed117fc8d611fb2f74d142291286bb0a70ec9457 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:06 -0300 Subject: [PATCH 11/20] Pin pycodestyle to latest version 2.7.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4a59fb7..268e7d5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==21.1.3 pluggy>=0.9.0 py==1.10.0 -pycodestyle~=2.5.0 +pycodestyle==2.7.0 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From 2c2244f341f83aacf57edeca483c770dea6bbffa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:07 -0300 Subject: [PATCH 12/20] Pin pytest to latest version 6.2.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 268e7d5..80dd2b9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==21.1.3 pluggy>=0.9.0 py==1.10.0 pycodestyle==2.7.0 -pytest~=4.4.0 +pytest==6.2.4 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From da522fa7e37aa187c68ffb27a5a1e19e94408880 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:07 -0300 Subject: [PATCH 13/20] Pin pytest-cov to latest version 2.12.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 80dd2b9..b2de937 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.10.0 pycodestyle==2.7.0 pytest==6.2.4 -pytest-cov~=2.6.1 +pytest-cov==2.12.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From f4b132a272cbb79dd54fb4e723df998d16baedf9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:08 -0300 Subject: [PATCH 14/20] Pin requests to latest version 2.25.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b2de937..d4fa74f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==6.2.4 pytest-cov==2.12.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.25.1 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From e4e0826a9d3876f64944734d904a39be1c1cae8d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:08 -0300 Subject: [PATCH 15/20] Pin setuptools to latest version 57.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d4fa74f..6a050fa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==2.12.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.25.1 -setuptools~=40.8.0 +setuptools==57.0.0 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 53ea4a3053640abd1a01c1e8344ffe2d6ee0e59c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:08 -0300 Subject: [PATCH 16/20] Pin six to latest version 1.16.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6a050fa..afdf2ce 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.25.1 setuptools==57.0.0 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From d3bef955931a916dcf7b916bff5fe93512de713a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:09 -0300 Subject: [PATCH 17/20] Pin urllib3 to latest version 1.26.6 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index afdf2ce..f8fb8e1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.25.1 setuptools==57.0.0 six==1.16.0 -urllib3~=1.24.1 +urllib3==1.26.6 watchdog~=0.9.0 wheel~=0.33.1 From 2835a1833eee1e855a433eb049b0fc1cb0fcf255 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:09 -0300 Subject: [PATCH 18/20] Pin watchdog to latest version 2.1.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f8fb8e1..236ac69 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.25.1 setuptools==57.0.0 six==1.16.0 urllib3==1.26.6 -watchdog~=0.9.0 +watchdog==2.1.3 wheel~=0.33.1 twine~=1.13.0 From f882c1196b917be22a062c6aa2d885dc6a8c7d73 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:09 -0300 Subject: [PATCH 19/20] Pin wheel to latest version 0.36.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 236ac69..27863e3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==57.0.0 six==1.16.0 urllib3==1.26.6 watchdog==2.1.3 -wheel~=0.33.1 +wheel==0.36.2 twine~=1.13.0 From adafedb310bf9da57fe3465d31e45029a5c1abae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 12:18:10 -0300 Subject: [PATCH 20/20] Pin twine to latest version 3.4.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 27863e3..9867b29 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.26.6 watchdog==2.1.3 wheel==0.36.2 -twine~=1.13.0 +twine==3.4.1