From 928c9767a45ed9f7720c16b50c2e483fd128ebf6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:03 -0300 Subject: [PATCH 01/21] Pin argh to latest version 0.31.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..082bf25 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -argh~=0.26.2 +argh==0.31.3 atomicwrites~=1.3.0 attrs~=19.1.0 certifi~=2019.3.9 From 8576df92d1f6b73187207e4762c69d1f29a58a61 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:03 -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 082bf25..6c345fd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh==0.31.3 -atomicwrites~=1.3.0 +atomicwrites==1.4.1 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From f5f623aea94895249e24f297d235f2689fc6f47b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:04 -0300 Subject: [PATCH 03/21] Pin attrs to latest version 24.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6c345fd..d8749c3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh==0.31.3 atomicwrites==1.4.1 -attrs~=19.1.0 +attrs==24.2.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 6c1276826796234838e459b92f9cb626c66f0e2e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:04 -0300 Subject: [PATCH 04/21] Pin certifi to latest version 2024.8.30 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d8749c3..24d55f9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh==0.31.3 atomicwrites==1.4.1 attrs==24.2.0 -certifi~=2019.3.9 +certifi==2024.8.30 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 3557e24bc89d89c6cb4cf534f7c656d31bdda91b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16: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 24d55f9..83558f0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh==0.31.3 atomicwrites==1.4.1 attrs==24.2.0 certifi==2024.8.30 -chardet~=3.0.4 +chardet==5.2.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From c116046581cce7c7aa9ec7805548c1167c0002c1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:05 -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 83558f0..52dda7d 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 74d71a2e22b8dd704acacc6cb2f936f61dfc2811 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:06 -0300 Subject: [PATCH 07/21] Pin coverage to latest version 7.6.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 52dda7d..ae1cc88 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.6.1 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 0da144780e1c7b97e34fc71aaca91a8de5b15b88 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:06 -0300 Subject: [PATCH 08/21] Pin idna to latest version 3.8 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ae1cc88..c13d365 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==2.2.4 coverage==7.6.1 docopt~=0.6.2 -idna~=2.8 +idna==3.8 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 7464855e668952b8052560321d7a8b5af538f17e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:07 -0300 Subject: [PATCH 09/21] Pin more-itertools to latest version 10.4.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c13d365..b0896dc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==2.2.4 coverage==7.6.1 docopt~=0.6.2 idna==3.8 -more-itertools~=7.0.0 +more-itertools==10.4.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 0e603aa49b14d4552a9c68805899eef04d494ea1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:07 -0300 Subject: [PATCH 10/21] Pin pip to latest version 24.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b0896dc..aa17648 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.8 more-itertools==10.4.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==24.2 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From e6b179adbd3e8c63da4792292337af0f26a9bea7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16: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 aa17648..f2036f2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==24.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 ae5592f5ea12f8cc4fd1a8eaffb153ea4540ac7f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:09 -0300 Subject: [PATCH 12/21] Pin pycodestyle to latest version 2.12.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f2036f2..d89af36 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==24.2 pluggy>=0.9.0 py==1.11.0 -pycodestyle~=2.5.0 +pycodestyle==2.12.1 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From 581924d23c0607f5aa8a50e7ca7cf21021f68ad4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:09 -0300 Subject: [PATCH 13/21] Pin pytest to latest version 8.3.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d89af36..5cfeb88 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==24.2 pluggy>=0.9.0 py==1.11.0 pycodestyle==2.12.1 -pytest~=4.4.0 +pytest==8.3.2 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 0a399382f3e28eb72941f848791f21817f244d46 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:10 -0300 Subject: [PATCH 14/21] Pin pytest-cov 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 5cfeb88..f449895 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.11.0 pycodestyle==2.12.1 pytest==8.3.2 -pytest-cov~=2.6.1 +pytest-cov==5.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 9f5071dcccceab4c066bfc50ac4aa713e45e8f1f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:10 -0300 Subject: [PATCH 15/21] Pin requests to latest version 2.32.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f449895..6436ad0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==8.3.2 pytest-cov==5.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.32.3 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 3420513ba61358f180fe79ee8d55907b92cc32c6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:11 -0300 Subject: [PATCH 16/21] Pin setuptools to latest version 74.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6436ad0..fa4f023 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==5.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.32.3 -setuptools~=40.8.0 +setuptools==74.0.0 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 098fbf97b1147f8d6370c88d525e57a4aef3e8d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:11 -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 fa4f023..a6f2925 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.32.3 setuptools==74.0.0 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From a3eba9d57adc9784c5d6ed1e7a416f0f9649b518 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:11 -0300 Subject: [PATCH 18/21] Pin urllib3 to latest version 2.2.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a6f2925..f805332 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.32.3 setuptools==74.0.0 six==1.16.0 -urllib3~=1.24.1 +urllib3==2.2.2 watchdog~=0.9.0 wheel~=0.33.1 From 8d67ca84c8763ec06747912d1f20d8ba01ab26a7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:12 -0300 Subject: [PATCH 19/21] Pin watchdog 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 f805332..ec0fb82 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.32.3 setuptools==74.0.0 six==1.16.0 urllib3==2.2.2 -watchdog~=0.9.0 +watchdog==5.0.0 wheel~=0.33.1 twine~=1.13.0 From 7f8c2b0a2ad2c9c90ce3773d02809e572af4b20c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:12 -0300 Subject: [PATCH 20/21] Pin wheel to latest version 0.44.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ec0fb82..8336e36 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==74.0.0 six==1.16.0 urllib3==2.2.2 watchdog==5.0.0 -wheel~=0.33.1 +wheel==0.44.0 twine~=1.13.0 From 633a778d7b440ef69af26c10860dcfa56b5a5bc7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Sep 2024 12:16:13 -0300 Subject: [PATCH 21/21] Pin twine to latest version 5.1.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8336e36..8c860ad 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==2.2.2 watchdog==5.0.0 wheel==0.44.0 -twine~=1.13.0 +twine==5.1.1