From 5640cd3e1a594da0977a2377aae70451dc50f93c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:21:58 -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 eecf5aaa622df26959525001d638a2efd1089b63 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:21:59 -0300 Subject: [PATCH 02/20] Pin attrs to latest version 20.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..83fdf48 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.3.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From e06f301c8125d2f234df449d4c5b3dba92da0e66 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:00 -0300 Subject: [PATCH 03/20] Pin certifi to latest version 2020.12.5 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 83fdf48..fee7777 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh~=0.26.2 atomicwrites==1.4.0 attrs==20.3.0 -certifi~=2019.3.9 +certifi==2020.12.5 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 2d11294be34f9973eb7ae84bcc848035ec27aaa3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:01 -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 fee7777..980127d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh~=0.26.2 atomicwrites==1.4.0 attrs==20.3.0 certifi==2020.12.5 -chardet~=3.0.4 +chardet==4.0.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From c8b4b2f5ddea589f3ff3e6d167e21aafbfd1332b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:01 -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 980127d..ee1afd4 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 0c49cb8239a8fccc3a82c7dbd499885d00b722a6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:02 -0300 Subject: [PATCH 06/20] Pin coverage to latest version 5.3.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ee1afd4..04a09ea 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.1 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 8b100171009f881d3642a51df43c923d7c8cf106 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:03 -0300 Subject: [PATCH 07/20] Pin idna to latest version 3.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 04a09ea..263eaed 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==1.4.2 coverage==5.3.1 docopt~=0.6.2 -idna~=2.8 +idna==3.0 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From ae2b05959c99396ca1b6a87045067bd787d8b303 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:04 -0300 Subject: [PATCH 08/20] 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 263eaed..e895a6f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.2 coverage==5.3.1 docopt~=0.6.2 idna==3.0 -more-itertools~=7.0.0 +more-itertools==8.6.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 01b2db329df196b736f5a980a7380cc5b5ec7578 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:05 -0300 Subject: [PATCH 09/20] Pin pip to latest version 20.3.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e895a6f..6189b54 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.0 more-itertools==8.6.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==20.3.3 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From ba09c43848716b2766d4159245153357bf05f3f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:05 -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 6189b54..058d3c6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==20.3.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 98cfc3c41fda5a25b95870d45da7a1b92d3e5f47 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:06 -0300 Subject: [PATCH 11/20] 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 058d3c6..1978f0d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==20.3.3 pluggy>=0.9.0 py==1.10.0 -pycodestyle~=2.5.0 +pycodestyle==2.6.0 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From fccf8a1f09f367e0ad5edf71064f3157bc0d01bc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:07 -0300 Subject: [PATCH 12/20] Pin pytest to latest version 6.2.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1978f0d..d5bebb5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==20.3.3 pluggy>=0.9.0 py==1.10.0 pycodestyle==2.6.0 -pytest~=4.4.0 +pytest==6.2.1 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 1c0cd6b7ed91078730f7fd89527b424decb8c583 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:08 -0300 Subject: [PATCH 13/20] 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 d5bebb5..01ae297 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.10.0 pycodestyle==2.6.0 pytest==6.2.1 -pytest-cov~=2.6.1 +pytest-cov==2.10.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 4751b37c5b752c4d02481e004f91d224cd502492 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:09 -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 01ae297..36a60ad 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==6.2.1 pytest-cov==2.10.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 9321938f8987ffbb615dae233538471e993d6688 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:09 -0300 Subject: [PATCH 15/20] Pin setuptools to latest version 51.1.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 36a60ad..87d8fcd 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.25.1 -setuptools~=40.8.0 +setuptools==51.1.1 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From f6189305dfdc6b2e8c88272763356162c67a2289 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:10 -0300 Subject: [PATCH 16/20] 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 87d8fcd..6732f43 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==51.1.1 -six~=1.12.0 +six==1.15.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From d6c1bc2b729e5b8565cb02add0abd4f1b5dcf361 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:11 -0300 Subject: [PATCH 17/20] Pin urllib3 to latest version 1.26.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6732f43..f3e8029 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.25.1 setuptools==51.1.1 six==1.15.0 -urllib3~=1.24.1 +urllib3==1.26.2 watchdog~=0.9.0 wheel~=0.33.1 From 3efbe837ecd04002acc519febd39acfe8717947d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:12 -0300 Subject: [PATCH 18/20] Pin watchdog to latest version 1.0.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f3e8029..beef6b2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.25.1 setuptools==51.1.1 six==1.15.0 urllib3==1.26.2 -watchdog~=0.9.0 +watchdog==1.0.2 wheel~=0.33.1 twine~=1.13.0 From 6a0cc50648fc628acb31039ed2bd2c0619b322a2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:13 -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 beef6b2..a2e2b7e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==51.1.1 six==1.15.0 urllib3==1.26.2 watchdog==1.0.2 -wheel~=0.33.1 +wheel==0.36.2 twine~=1.13.0 From 8ede7d3858e958b4166c5bbbf72708db4bc9abf9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Jan 2021 12:22:13 -0300 Subject: [PATCH 20/20] Pin twine to latest version 3.3.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a2e2b7e..7b3c19c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.26.2 watchdog==1.0.2 wheel==0.36.2 -twine~=1.13.0 +twine==3.3.0