From 087667e7680709ba93fc4e186ba64156c170d70d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:11 -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 88870b4ee0590689f1adb2bb90c8b7d81fb962dc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:12 -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 cee1d175e5320aef68ba9f62cc0b419df3c3a1a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:12 -0300 Subject: [PATCH 03/20] Pin certifi to latest version 2021.10.8 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 753fba1..2814030 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.10.8 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From c78405d8faf259b24c7e127a65afa375c5d29e44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:12 -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 2814030..300046e 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.10.8 -chardet~=3.0.4 +chardet==4.0.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From 964a74afa9f8a9aaaed7f09a02b19ed951fcb137 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:13 -0300 Subject: [PATCH 05/20] Pin colored to latest version 1.4.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 300046e..a0e112b 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.3 coverage~=4.5.3 docopt~=0.6.2 idna~=2.8 From cc1d2ac1de350a72943f0d27ae7ff51ffd0d4f59 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:13 -0300 Subject: [PATCH 06/20] Pin coverage to latest version 6.1.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a0e112b..5ebaed0 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.3 -coverage~=4.5.3 +coverage==6.1.1 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 3e1b75730815ae5cab33801fdaf8c10aeba27aac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:14 -0300 Subject: [PATCH 07/20] Pin idna to latest version 3.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5ebaed0..99ecdd9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==1.4.3 coverage==6.1.1 docopt~=0.6.2 -idna~=2.8 +idna==3.3 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 1898a08961a1a469a44444a461ce189172a2b559 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:14 -0300 Subject: [PATCH 08/20] Pin more-itertools to latest version 8.10.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 99ecdd9..b3da094 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.3 coverage==6.1.1 docopt~=0.6.2 idna==3.3 -more-itertools~=7.0.0 +more-itertools==8.10.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 369dc95114787056715e4d19cbe2427f75ccc42f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:14 -0300 Subject: [PATCH 09/20] Pin pip to latest version 21.3.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b3da094..6787f67 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.3 more-itertools==8.10.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==21.3.1 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From b462463db334b5721745e016be1261f01838edce Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:15 -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 6787f67..e3f7ecd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==21.3.1 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 d9a3dbd4eeb9b742d5b2e98b155f7e2e37c03a9c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:15 -0300 Subject: [PATCH 11/20] Pin pycodestyle to latest version 2.8.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e3f7ecd..63a531a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==21.3.1 pluggy>=0.9.0 py==1.10.0 -pycodestyle~=2.5.0 +pycodestyle==2.8.0 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From aa29ba67c0ecf4d3e4f55fdd9e10888cd2f24769 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:15 -0300 Subject: [PATCH 12/20] Pin pytest to latest version 6.2.5 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 63a531a..ceafd22 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==21.3.1 pluggy>=0.9.0 py==1.10.0 pycodestyle==2.8.0 -pytest~=4.4.0 +pytest==6.2.5 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 9d244dd99acba52e4b77ab11e2cdf1a322dda971 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:16 -0300 Subject: [PATCH 13/20] Pin pytest-cov to latest version 3.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ceafd22..d3fa590 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.10.0 pycodestyle==2.8.0 pytest==6.2.5 -pytest-cov~=2.6.1 +pytest-cov==3.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From cd1ebad7534b02740f76e689d16f96766c93ed34 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:16 -0300 Subject: [PATCH 14/20] Pin requests to latest version 2.26.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d3fa590..1912946 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==6.2.5 pytest-cov==3.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.26.0 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 16f99afad8e429cd298554f2315bcfd4adc4c5b5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:16 -0300 Subject: [PATCH 15/20] Pin setuptools to latest version 58.4.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1912946..06e9df9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==3.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.26.0 -setuptools~=40.8.0 +setuptools==58.4.0 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From cedb18ac7d9abbfc46fa0f36477caebbde087b7f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:17 -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 06e9df9..85aebf2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.26.0 setuptools==58.4.0 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From 5a5701138840434510d94b440436218f07cf55eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:17 -0300 Subject: [PATCH 17/20] Pin urllib3 to latest version 1.26.7 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 85aebf2..6fe0da0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.26.0 setuptools==58.4.0 six==1.16.0 -urllib3~=1.24.1 +urllib3==1.26.7 watchdog~=0.9.0 wheel~=0.33.1 From 26464b8f0d3a207492e749aaeb37ed2e5e9226b5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:17 -0300 Subject: [PATCH 18/20] Pin watchdog to latest version 2.1.6 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6fe0da0..14b0766 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.26.0 setuptools==58.4.0 six==1.16.0 urllib3==1.26.7 -watchdog~=0.9.0 +watchdog==2.1.6 wheel~=0.33.1 twine~=1.13.0 From 2f956ae5c67f075679dadacc126ab49de0849100 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:18 -0300 Subject: [PATCH 19/20] Pin wheel to latest version 0.37.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 14b0766..5196626 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==58.4.0 six==1.16.0 urllib3==1.26.7 watchdog==2.1.6 -wheel~=0.33.1 +wheel==0.37.0 twine~=1.13.0 From 2ba6f9c17465d7cd73d2dbb3f490d6c96f1098f5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Nov 2021 12:17:18 -0300 Subject: [PATCH 20/20] Pin twine to latest version 3.4.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5196626..2e31ed7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.26.7 watchdog==2.1.6 wheel==0.37.0 -twine~=1.13.0 +twine==3.4.2