From 83e026cef278aa4405aab0fba5775b5e8e63564e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:03 -0300 Subject: [PATCH 01/21] Pin argh to latest version 0.28.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..bcd1750 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -argh~=0.26.2 +argh==0.28.1 atomicwrites~=1.3.0 attrs~=19.1.0 certifi~=2019.3.9 From eb1a12b8a46d360714c1e4364976639e4f0ce07c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:04 -0300 Subject: [PATCH 02/21] 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 bcd1750..b8a768f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh==0.28.1 -atomicwrites~=1.3.0 +atomicwrites==1.4.1 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From d21b04615d0f45304b2a0d5480f7e95567577da0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:04 -0300 Subject: [PATCH 03/21] Pin attrs to latest version 23.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b8a768f..9588d2f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh==0.28.1 atomicwrites==1.4.1 -attrs~=19.1.0 +attrs==23.1.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 300f8e6fd8c7825aee51dc2c675b7bd0d5eb45ca Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:04 -0300 Subject: [PATCH 04/21] Pin certifi to latest version 2022.12.7 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9588d2f..0bb0d27 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh==0.28.1 atomicwrites==1.4.1 attrs==23.1.0 -certifi~=2019.3.9 +certifi==2022.12.7 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 07a67e846998820aa2ee9afc58571328859b7b2d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:05 -0300 Subject: [PATCH 05/21] Pin chardet to latest version 5.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0bb0d27..ebe10bb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh==0.28.1 atomicwrites==1.4.1 attrs==23.1.0 certifi==2022.12.7 -chardet~=3.0.4 +chardet==5.1.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From ebd3a0412993a8ac24891d7f915db2e0617ee844 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:05 -0300 Subject: [PATCH 06/21] Pin colored to latest version 1.4.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ebe10bb..fbd9f2c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ chardet==5.1.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 -colored~=1.3.93 +colored==1.4.4 coverage~=4.5.3 docopt~=0.6.2 idna~=2.8 From 8415bb46ed55f87f18531d26b73d6382d65be0d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:06 -0300 Subject: [PATCH 07/21] Pin coverage to latest version 7.2.5 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fbd9f2c..8bc8bde 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.4 -coverage~=4.5.3 +coverage==7.2.5 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 8568f4b062ed404d0038d639cd149c6bd4726695 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:06 -0300 Subject: [PATCH 08/21] Pin idna to latest version 3.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8bc8bde..0f66878 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==1.4.4 coverage==7.2.5 docopt~=0.6.2 -idna~=2.8 +idna==3.4 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From e2f11dc3e89e35c8002fb68bf6971707f466adc7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:06 -0300 Subject: [PATCH 09/21] Pin more-itertools to latest version 9.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0f66878..602f343 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.4 coverage==7.2.5 docopt~=0.6.2 idna==3.4 -more-itertools~=7.0.0 +more-itertools==9.1.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 84b2237f8bb152c90606f071e26ecf4fa4b0e497 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:07 -0300 Subject: [PATCH 10/21] Pin pip to latest version 23.1.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 602f343..3c3a052 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.4 more-itertools==9.1.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==23.1.2 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From 59f297f05a7cd5afdd31eb5f63993eeca5ca7d97 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:07 -0300 Subject: [PATCH 11/21] 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 3c3a052..d60f67f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==23.1.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 4f0177b62b4bbfd25e30fd5d5074e4205655d0b1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:07 -0300 Subject: [PATCH 12/21] Pin pycodestyle to latest version 2.10.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d60f67f..50c564f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==23.1.2 pluggy>=0.9.0 py==1.11.0 -pycodestyle~=2.5.0 +pycodestyle==2.10.0 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From e7742a631c4383f3beef6b453403a975eeaf5d1d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:08 -0300 Subject: [PATCH 13/21] Pin pytest to latest version 7.3.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 50c564f..fa2ef67 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==23.1.2 pluggy>=0.9.0 py==1.11.0 pycodestyle==2.10.0 -pytest~=4.4.0 +pytest==7.3.1 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 6db166ca6df15d4d4c3fd31c975b07e711dd5b55 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:08 -0300 Subject: [PATCH 14/21] Pin pytest-cov 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 fa2ef67..d54ecc0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.11.0 pycodestyle==2.10.0 pytest==7.3.1 -pytest-cov~=2.6.1 +pytest-cov==4.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 86457096b6bd4048ef1d1310cb84b67de1cf25fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:08 -0300 Subject: [PATCH 15/21] Pin requests to latest version 2.29.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d54ecc0..130f136 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==7.3.1 pytest-cov==4.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.29.0 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 33a52b533e2919b6931d417e3f1f7479b03cc116 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:09 -0300 Subject: [PATCH 16/21] Pin setuptools to latest version 67.7.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 130f136..e601a51 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==4.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.29.0 -setuptools~=40.8.0 +setuptools==67.7.2 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From a245e29c73a3e787f2546c51d0869fce13cc1a83 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:09 -0300 Subject: [PATCH 17/21] 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 e601a51..feadfa5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.29.0 setuptools==67.7.2 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From e462a733a1e57ef307f1734fb2f1b210183071fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:10 -0300 Subject: [PATCH 18/21] Pin urllib3 to latest version 2.0.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index feadfa5..dd20a84 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.29.0 setuptools==67.7.2 six==1.16.0 -urllib3~=1.24.1 +urllib3==2.0.1 watchdog~=0.9.0 wheel~=0.33.1 From 4ae243e85b4409943f187d951d1bd0fdd4e5c41f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:10 -0300 Subject: [PATCH 19/21] Pin watchdog 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 dd20a84..b48b78e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.29.0 setuptools==67.7.2 six==1.16.0 urllib3==2.0.1 -watchdog~=0.9.0 +watchdog==3.0.0 wheel~=0.33.1 twine~=1.13.0 From 5067097236b76d533e7dfd5fdcdfa6a1300aab6c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:10 -0300 Subject: [PATCH 20/21] Pin wheel to latest version 0.40.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b48b78e..a9e00ae 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==67.7.2 six==1.16.0 urllib3==2.0.1 watchdog==3.0.0 -wheel~=0.33.1 +wheel==0.40.0 twine~=1.13.0 From 2098b3b1bbc957c4dce49eab17f25fdb22f4386d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 May 2023 12:17:11 -0300 Subject: [PATCH 21/21] Pin twine to latest version 4.0.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a9e00ae..9f94833 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==2.0.1 watchdog==3.0.0 wheel==0.40.0 -twine~=1.13.0 +twine==4.0.2