From 433e93806b750b04c8871d7661e7adbd4dbcd980 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:04 -0300 Subject: [PATCH 01/21] Pin argh to latest version 0.31.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e7e1fc0..1173ec7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -argh~=0.26.2 +argh==0.31.2 atomicwrites~=1.3.0 attrs~=19.1.0 certifi~=2019.3.9 From 1f23c02770861817e1514f203185c4bf93b452e4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16: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 1173ec7..86f1996 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh==0.31.2 -atomicwrites~=1.3.0 +atomicwrites==1.4.1 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From 149005c12021a906878011535770b3c9d33b0f51 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16: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 86f1996..567a6d9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh==0.31.2 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 64ee9b7355dc6bcf77762565c5095057a18bb1cc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:05 -0300 Subject: [PATCH 04/21] Pin certifi to latest version 2024.2.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 567a6d9..41c25ed 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh==0.31.2 atomicwrites==1.4.1 attrs==23.2.0 -certifi~=2019.3.9 +certifi==2024.2.2 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 7d481cefb02ebbcc02c7a7b2d7af2a5f00563ef5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:06 -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 41c25ed..dd8512f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh==0.31.2 atomicwrites==1.4.1 attrs==23.2.0 certifi==2024.2.2 -chardet~=3.0.4 +chardet==5.2.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From 11eacdfd5c392389b1f0671b11e6ba5dabf75c68 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16: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 dd8512f..75499e8 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 c134eb5df2867beccdedd38ad95c24b639d93111 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:06 -0300 Subject: [PATCH 07/21] Pin coverage to latest version 7.5.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 75499e8..cb3ff4d 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.5.3 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From a1a85dcdb260671945cb2e97dfe196d6adfee7df Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:07 -0300 Subject: [PATCH 08/21] Pin idna to latest version 3.7 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cb3ff4d..2f533ca 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==2.2.4 coverage==7.5.3 docopt~=0.6.2 -idna~=2.8 +idna==3.7 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 27290d314f55aad996054924e55143afde43e485 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:07 -0300 Subject: [PATCH 09/21] Pin more-itertools to latest version 10.2.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2f533ca..9db9d9e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==2.2.4 coverage==7.5.3 docopt~=0.6.2 idna==3.7 -more-itertools~=7.0.0 +more-itertools==10.2.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 6f53af20eaf14af185777c66747efd40fa563d50 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:08 -0300 Subject: [PATCH 10/21] Pin pip to latest version 24.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9db9d9e..fee5a16 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.7 more-itertools==10.2.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==24.0 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From f19c4fb46c53e53dd75f9ab84053f09c3dfeef92 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 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 fee5a16..5615e48 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==24.0 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 c5de2381c3d5d11337d8cb2b8a0c52a408e031d6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:09 -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 5615e48..83770b9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==24.0 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 9f0d3cbb8573f7f9c0f8fe17a1413134d889093b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:09 -0300 Subject: [PATCH 13/21] Pin pytest to latest version 8.2.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 83770b9..993d235 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==24.0 pluggy>=0.9.0 py==1.11.0 pycodestyle==2.11.1 -pytest~=4.4.0 +pytest==8.2.1 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 0aa12fee84d77f1cd01801a724d006da226af2c3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 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 993d235..98f136d 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==8.2.1 -pytest-cov~=2.6.1 +pytest-cov==5.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 6b5259434db0c2242520da1a7b3919878971d3a5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 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 98f136d..af1139d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==8.2.1 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 1e825b1126b0a33bf322b509e96c266d6c20a973 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:10 -0300 Subject: [PATCH 16/21] Pin setuptools to latest version 70.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index af1139d..bfaaf00 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==70.0.0 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From db4b35725a1685b14135b835ba3ff1adab720ab4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 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 bfaaf00..1f82bf3 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==70.0.0 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From 12df97a4e0a865d42ba244e47ed37a0a0a4a21c2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:11 -0300 Subject: [PATCH 18/21] Pin urllib3 to latest version 2.2.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1f82bf3..3e96967 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.32.3 setuptools==70.0.0 six==1.16.0 -urllib3~=1.24.1 +urllib3==2.2.1 watchdog~=0.9.0 wheel~=0.33.1 From 4c6cb348be5971e69563b15d2ccede86eb002b23 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:12 -0300 Subject: [PATCH 19/21] Pin watchdog 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 3e96967..5dd0c45 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.32.3 setuptools==70.0.0 six==1.16.0 urllib3==2.2.1 -watchdog~=0.9.0 +watchdog==4.0.1 wheel~=0.33.1 twine~=1.13.0 From f7056af32efd0ee1b1d48a530db894c2f18a0b2f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:13 -0300 Subject: [PATCH 20/21] Pin wheel to latest version 0.43.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5dd0c45..40d7e9e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==70.0.0 six==1.16.0 urllib3==2.2.1 watchdog==4.0.1 -wheel~=0.33.1 +wheel==0.43.0 twine~=1.13.0 From d1e07a5839f9997e37b04f75768aa41d5f71878e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Jun 2024 12:16:13 -0300 Subject: [PATCH 21/21] Pin twine 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 40d7e9e..4f50fb6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==2.2.1 watchdog==4.0.1 wheel==0.43.0 -twine~=1.13.0 +twine==5.1.0