From a687a8e64c13a23ba1d632397b055e93dc4406b0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:29 -0300 Subject: [PATCH 01/20] Pin atomicwrites to latest version 1.4.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..3eb9a83 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh~=0.26.2 -atomicwrites~=1.3.0 +atomicwrites==1.4.1 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From 5c0ebcb4974be5ecb5aee761cf5548c94e32da47 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:29 -0300 Subject: [PATCH 02/20] Pin attrs to latest version 22.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3eb9a83..c356aec 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh~=0.26.2 atomicwrites==1.4.1 -attrs~=19.1.0 +attrs==22.1.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 1539b5bea64d20e62de344356c4df21bb7d6dc2b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:29 -0300 Subject: [PATCH 03/20] Pin certifi to latest version 2022.6.15 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c356aec..14d1438 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh~=0.26.2 atomicwrites==1.4.1 attrs==22.1.0 -certifi~=2019.3.9 +certifi==2022.6.15 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 0a06c717c7476496cf4c7353299a81c3bc00f4de Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:30 -0300 Subject: [PATCH 04/20] Pin chardet to latest version 5.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 14d1438..d4a2afd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh~=0.26.2 atomicwrites==1.4.1 attrs==22.1.0 certifi==2022.6.15 -chardet~=3.0.4 +chardet==5.0.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From 3cdfea1babcd03ab1647717485cfe16c93dc3285 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:30 -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 d4a2afd..772dd04 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ chardet==5.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 40491c0c25ca5b7ee84100e34f1a6d2d44200c4d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:30 -0300 Subject: [PATCH 06/20] Pin coverage to latest version 6.4.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 772dd04..9fa292c 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.4.4 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From a7f08c92222e6fe5ab810fe55e4e70c69cdae2b5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:31 -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 9fa292c..d78e3e2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==1.4.3 coverage==6.4.4 docopt~=0.6.2 -idna~=2.8 +idna==3.3 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 102e81b086790e53cb6797e18feaa986412b790f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:31 -0300 Subject: [PATCH 08/20] Pin more-itertools to latest version 8.14.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d78e3e2..7a3eba3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.3 coverage==6.4.4 docopt~=0.6.2 idna==3.3 -more-itertools~=7.0.0 +more-itertools==8.14.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 4bbc06fffc87ec823487c961b4f516cb3c544df4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:31 -0300 Subject: [PATCH 09/20] Pin pip to latest version 22.2.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7a3eba3..4c963f5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.3 more-itertools==8.14.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==22.2.2 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From 33acdf2a1f68754478e58d2c2e8bf2e2c154b67b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:32 -0300 Subject: [PATCH 10/20] Pin py to latest version 1.11.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4c963f5..41f4160 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==22.2.2 pluggy>=0.9.0 -py~=1.8.0 +py==1.11.0 pycodestyle~=2.5.0 pytest~=4.4.0 pytest-cov~=2.6.1 From e455e180f765f5c7c1d7b738f6674a15829dc4b9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:32 -0300 Subject: [PATCH 11/20] Pin pycodestyle to latest version 2.9.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 41f4160..44a1243 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==22.2.2 pluggy>=0.9.0 py==1.11.0 -pycodestyle~=2.5.0 +pycodestyle==2.9.1 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From 310ea168c2f80b3d1f6ef553bea58f4bc824609c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:32 -0300 Subject: [PATCH 12/20] Pin pytest to latest version 7.1.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 44a1243..37dc44a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==22.2.2 pluggy>=0.9.0 py==1.11.0 pycodestyle==2.9.1 -pytest~=4.4.0 +pytest==7.1.2 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 8d4bde808543eb00cbeb8067f675291724bf42b0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:33 -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 37dc44a..1a1d72a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.11.0 pycodestyle==2.9.1 pytest==7.1.2 -pytest-cov~=2.6.1 +pytest-cov==3.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 999599ec588bbc70ec4bf45537f725572b86eb13 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:33 -0300 Subject: [PATCH 14/20] Pin requests to latest version 2.28.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1a1d72a..f87f62c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==7.1.2 pytest-cov==3.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.28.1 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 7264968bd51f53aec7179dc5b975b064bc800588 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:33 -0300 Subject: [PATCH 15/20] Pin setuptools to latest version 65.3.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f87f62c..f75546b 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.28.1 -setuptools~=40.8.0 +setuptools==65.3.0 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 458ce148ce972c2e829837b6a60ecf4b06958d31 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:34 -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 f75546b..3a91ddf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.28.1 setuptools==65.3.0 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From dafee996cadc02154acffcb0c755a4351c6bd6a7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:34 -0300 Subject: [PATCH 17/20] Pin urllib3 to latest version 1.26.12 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3a91ddf..4a0fc57 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.28.1 setuptools==65.3.0 six==1.16.0 -urllib3~=1.24.1 +urllib3==1.26.12 watchdog~=0.9.0 wheel~=0.33.1 From 7d911a9e82845f2571d929a0f36d5318628f173f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:35 -0300 Subject: [PATCH 18/20] Pin watchdog to latest version 2.1.9 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4a0fc57..50e2126 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.28.1 setuptools==65.3.0 six==1.16.0 urllib3==1.26.12 -watchdog~=0.9.0 +watchdog==2.1.9 wheel~=0.33.1 twine~=1.13.0 From df57aec5f09b0b5226b1698aa4ac5da3d475d8bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:35 -0300 Subject: [PATCH 19/20] Pin wheel to latest version 0.37.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 50e2126..bcd09bb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==65.3.0 six==1.16.0 urllib3==1.26.12 watchdog==2.1.9 -wheel~=0.33.1 +wheel==0.37.1 twine~=1.13.0 From 712b7c37a2bd7eec48711bf157af63f67b508486 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Sep 2022 12:17:35 -0300 Subject: [PATCH 20/20] Pin twine to latest version 4.0.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bcd09bb..c47c743 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.26.12 watchdog==2.1.9 wheel==0.37.1 -twine~=1.13.0 +twine==4.0.1