From bc8cdb9c5624632c7dc8f6f1b4ae2f3912e061ae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:05 -0300 Subject: [PATCH 01/21] Pin argh to latest version 0.29.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..68b6fcc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -argh~=0.26.2 +argh==0.29.4 atomicwrites~=1.3.0 attrs~=19.1.0 certifi~=2019.3.9 From 101c18a5e3e40dd496df171650150577a879d8a5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:06 -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 68b6fcc..372a20a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh==0.29.4 -atomicwrites~=1.3.0 +atomicwrites==1.4.1 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From a48bc1ee74ff57161e11cfd456bf2f1d2cb29d09 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:06 -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 372a20a..f4b91cf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh==0.29.4 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 8cd6667dc8bf3ea50ee28b172f1732631e2642cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:06 -0300 Subject: [PATCH 04/21] Pin certifi to latest version 2023.7.22 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f4b91cf..42427b6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh==0.29.4 atomicwrites==1.4.1 attrs==23.1.0 -certifi~=2019.3.9 +certifi==2023.7.22 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 57e2a3730bd8995412e7f023d5f448fc46f3ffeb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:07 -0300 Subject: [PATCH 05/21] Pin chardet to latest version 5.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 42427b6..6467a3f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh==0.29.4 atomicwrites==1.4.1 attrs==23.1.0 certifi==2023.7.22 -chardet~=3.0.4 +chardet==5.2.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From 1905a5bf8f05da8e112b42f641bf999f9ba9dd2f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:07 -0300 Subject: [PATCH 06/21] Pin colored to latest version 2.2.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6467a3f..093b6e3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ chardet==5.2.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 -colored~=1.3.93 +colored==2.2.3 coverage~=4.5.3 docopt~=0.6.2 idna~=2.8 From 1c9c30e3d005d4540ad24a10871e4fb0206e59ca Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:08 -0300 Subject: [PATCH 07/21] Pin coverage 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 093b6e3..048b39d 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==2.2.3 -coverage~=4.5.3 +coverage==7.3.1 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 43c13af2cbcf45573822991e1d90b5654f198283 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:08 -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 048b39d..ad3efb2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==2.2.3 coverage==7.3.1 docopt~=0.6.2 -idna~=2.8 +idna==3.4 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 26cf4f98b15abc545033d816880b385cd62597a4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:09 -0300 Subject: [PATCH 09/21] Pin more-itertools to latest version 10.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ad3efb2..225ac62 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==2.2.3 coverage==7.3.1 docopt~=0.6.2 idna==3.4 -more-itertools~=7.0.0 +more-itertools==10.1.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 7371eead514d32c703d815ed897d03703e2b8ccc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:09 -0300 Subject: [PATCH 10/21] Pin pip to latest version 23.2.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 225ac62..ea6aa8d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.4 more-itertools==10.1.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==23.2.1 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From 969608543625d32f97c21e07a7322cae407e4714 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:09 -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 ea6aa8d..016c986 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==23.2.1 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 98a9c6447b5daa6d31fb6e91e17b78762c0a9c5b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:10 -0300 Subject: [PATCH 12/21] Pin pycodestyle to latest version 2.11.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 016c986..b671487 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==23.2.1 pluggy>=0.9.0 py==1.11.0 -pycodestyle~=2.5.0 +pycodestyle==2.11.0 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From b9bfc842f30c52a785d871a144552cfc2b065a4f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:10 -0300 Subject: [PATCH 13/21] Pin pytest to latest version 7.4.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b671487..b9eb355 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==23.2.1 pluggy>=0.9.0 py==1.11.0 pycodestyle==2.11.0 -pytest~=4.4.0 +pytest==7.4.2 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From bbd0880450d6ef053600c70b6d2df82ea272af9f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:10 -0300 Subject: [PATCH 14/21] Pin pytest-cov to latest version 4.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b9eb355..05c1d4e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.11.0 pycodestyle==2.11.0 pytest==7.4.2 -pytest-cov~=2.6.1 +pytest-cov==4.1.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 5bb2957fa6f0759e0d694787a499cfecf738473d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:11 -0300 Subject: [PATCH 15/21] Pin requests to latest version 2.31.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 05c1d4e..755765d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==7.4.2 pytest-cov==4.1.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.31.0 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 594a42c3850dcbd2773e96f55d0f811922e50820 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:11 -0300 Subject: [PATCH 16/21] Pin setuptools to latest version 68.2.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 755765d..9963e58 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==4.1.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.31.0 -setuptools~=40.8.0 +setuptools==68.2.2 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 43c2ca0e53fe78e4dce98eb6cb7a4936dac89db6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:12 -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 9963e58..29f7292 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.31.0 setuptools==68.2.2 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From d75a505b80454a13844ddea135e0c8a5b5364079 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:12 -0300 Subject: [PATCH 18/21] Pin urllib3 to latest version 2.0.5 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 29f7292..bf1af0d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.31.0 setuptools==68.2.2 six==1.16.0 -urllib3~=1.24.1 +urllib3==2.0.5 watchdog~=0.9.0 wheel~=0.33.1 From 317c0ddba73d57c91c50f7baea4fe491eb4edfe9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:12 -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 bf1af0d..981a6b9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.31.0 setuptools==68.2.2 six==1.16.0 urllib3==2.0.5 -watchdog~=0.9.0 +watchdog==3.0.0 wheel~=0.33.1 twine~=1.13.0 From a8a1abc88e5abb2a89ca928e8b79047573df2b04 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:13 -0300 Subject: [PATCH 20/21] Pin wheel to latest version 0.41.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 981a6b9..7fcb025 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==68.2.2 six==1.16.0 urllib3==2.0.5 watchdog==3.0.0 -wheel~=0.33.1 +wheel==0.41.2 twine~=1.13.0 From 5e73b739cef5e315600d95357ec27d2fc312c3a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Oct 2023 12:17:13 -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 7fcb025..0c75b5f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==2.0.5 watchdog==3.0.0 wheel==0.41.2 -twine~=1.13.0 +twine==4.0.2