From 4358177a575ccc9815cc201329a8145f38b43255 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:04 -0300 Subject: [PATCH 01/21] Pin argh to latest version 0.31.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..d263fb5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -argh~=0.26.2 +argh==0.31.0 atomicwrites~=1.3.0 attrs~=19.1.0 certifi~=2019.3.9 From 4332bf23446f9f03ebdbc5f2ebcfcc8f5157817c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 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 d263fb5..c8cc67f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh==0.31.0 -atomicwrites~=1.3.0 +atomicwrites==1.4.1 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From f622f91b087e82957118679d3684dbfec25bd32e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:05 -0300 Subject: [PATCH 03/21] Pin attrs to latest version 23.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c8cc67f..1bdcbc9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh==0.31.0 atomicwrites==1.4.1 -attrs~=19.1.0 +attrs==23.2.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 2e3a0af0454762db8ad172ab66a2745a16308323 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:05 -0300 Subject: [PATCH 04/21] Pin certifi to latest version 2023.11.17 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1bdcbc9..4e9b012 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh==0.31.0 atomicwrites==1.4.1 attrs==23.2.0 -certifi~=2019.3.9 +certifi==2023.11.17 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 1435bf50859992f968299e1cfddfb55e37d31499 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:05 -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 4e9b012..9935832 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh==0.31.0 atomicwrites==1.4.1 attrs==23.2.0 certifi==2023.11.17 -chardet~=3.0.4 +chardet==5.2.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From ce41c9b02ef2d07c4e53efdcca2ca140aba70b27 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:06 -0300 Subject: [PATCH 06/21] Pin colored to latest version 2.2.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9935832..cd0c36a 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.4 coverage~=4.5.3 docopt~=0.6.2 idna~=2.8 From dd265fc37dfac085e455a0a6f2737bc8af59a3e8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:06 -0300 Subject: [PATCH 07/21] Pin coverage to latest version 7.4.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cd0c36a..daaa177 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.4 -coverage~=4.5.3 +coverage==7.4.0 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 5dcd73f06dff2ec15d494244cecae7959d2678e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:06 -0300 Subject: [PATCH 08/21] Pin idna to latest version 3.6 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index daaa177..2a7997d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==2.2.4 coverage==7.4.0 docopt~=0.6.2 -idna~=2.8 +idna==3.6 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 1c4c17470f6e6f0f5e31f94ca4fb5130200c85b4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:07 -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 2a7997d..e230f92 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==2.2.4 coverage==7.4.0 docopt~=0.6.2 idna==3.6 -more-itertools~=7.0.0 +more-itertools==10.1.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 24ed53512cd64094cee4e351815a5b7a60aac732 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:07 -0300 Subject: [PATCH 10/21] Pin pip to latest version 23.3.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e230f92..57e8bee 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.6 more-itertools==10.1.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==23.3.2 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From 4e9a8a7ab590ae62219e0159cb050d86023ca9ff Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:08 -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 57e8bee..8e38ceb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==23.3.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 7688642e725ae5beca2f13db8af3a93800224349 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:08 -0300 Subject: [PATCH 12/21] Pin pycodestyle to latest version 2.11.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8e38ceb..8f2fdbf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==23.3.2 pluggy>=0.9.0 py==1.11.0 -pycodestyle~=2.5.0 +pycodestyle==2.11.1 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From 153a9a763a722a45bb47836609dfbcbbbeb7499e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:08 -0300 Subject: [PATCH 13/21] Pin pytest to latest version 7.4.4 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8f2fdbf..b07c401 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==23.3.2 pluggy>=0.9.0 py==1.11.0 pycodestyle==2.11.1 -pytest~=4.4.0 +pytest==7.4.4 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 3954f0565d112f0470aa7bb7c28d7dd3d8c925a5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:09 -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 b07c401..a6e76b7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.11.0 pycodestyle==2.11.1 pytest==7.4.4 -pytest-cov~=2.6.1 +pytest-cov==4.1.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 89bfc2fe1e137dafbbdfc8c30eb1812a0149efb2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:09 -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 a6e76b7..6b7b608 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==7.4.4 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 dfbf7adf80bb18303b1ba8493cd2922c8009cd81 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:09 -0300 Subject: [PATCH 16/21] Pin setuptools to latest version 69.0.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6b7b608..e671932 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==69.0.3 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 6d42df5257ec9553f318e51ec01ff7d161108d96 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:10 -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 e671932..07a72d5 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==69.0.3 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From 989c74db85ace03d6262898b098c6b924ca373fa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:10 -0300 Subject: [PATCH 18/21] Pin urllib3 to latest version 2.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 07a72d5..b1d0f43 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.31.0 setuptools==69.0.3 six==1.16.0 -urllib3~=1.24.1 +urllib3==2.1.0 watchdog~=0.9.0 wheel~=0.33.1 From dc5395032a0d23580db08dd673d3a65795f7e013 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 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 b1d0f43..00665c3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.31.0 setuptools==69.0.3 six==1.16.0 urllib3==2.1.0 -watchdog~=0.9.0 +watchdog==3.0.0 wheel~=0.33.1 twine~=1.13.0 From 751004a3fbf366e2ca62fcb9c870918d2381df50 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 12:17:11 -0300 Subject: [PATCH 20/21] Pin wheel to latest version 0.42.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 00665c3..2d111f6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==69.0.3 six==1.16.0 urllib3==2.1.0 watchdog==3.0.0 -wheel~=0.33.1 +wheel==0.42.0 twine~=1.13.0 From b28da8bf8f0e6ceb222a5bfd551dbfb2eb686a3e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 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 2d111f6..d5da6e6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==2.1.0 watchdog==3.0.0 wheel==0.42.0 -twine~=1.13.0 +twine==4.0.2