From 9137623c67c6d2fd1cd265899ceb56b0cc94862d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 50be53a2fea2ec2a782eb256c8ec0b23c1a83a72 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 08c61fef11074bdbbd9618f9a02222ffbdad3e18 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 183aae298abb239e5473c17efc7df2dfc409a4ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 12:17:04 -0300 Subject: [PATCH 04/21] Pin certifi to latest version 2023.5.7 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9588d2f..253adb8 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==2023.5.7 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From cbd327d17625d8d07d2c19e4c928b92f57990723 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 253adb8..06d011f 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==2023.5.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 8ad462aa38105ff30d05f0171a470872abb164c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 06d011f..9eaaa8c 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 f432e14e819fbcb87d97723d86eda799a2f26c92 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 12:17:06 -0300 Subject: [PATCH 07/21] Pin coverage to latest version 7.2.7 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9eaaa8c..805f19a 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.7 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From c05859edbee791de34aec8e30405aca7cad2ba8c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 805f19a..eda855e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==1.4.4 coverage==7.2.7 docopt~=0.6.2 -idna~=2.8 +idna==3.4 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 21e9dfb61777e42642cf5c1ce9ef45cb9f33af65 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 eda855e..070de64 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.4 coverage==7.2.7 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 42244ae8a540b26fdb28c1b7f53819b6b2d2e7ee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 070de64..e071970 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 1f695aab7687e32338ec733655ade1aca80655ff Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 e071970..a4936ec 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 0ecdbfcde8a559952d396bd576a8427ffc2f97c9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 12:17:08 -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 a4936ec..b5c672b 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 06a0391a1480385077f87f846c647f6154695187 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 b5c672b..a88f9f7 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 412ed48d9f148dcd3fcfc3c275df4cb6173fb7cc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 12:17:08 -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 a88f9f7..2b5cdc2 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.1.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 2d2135f244118e327f3abc8e33fe8c8c4d6c89fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 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 2b5cdc2..ec6faee 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==7.3.1 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 65ea21716361f108280566d4609d2dd173be13eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 12:17:09 -0300 Subject: [PATCH 16/21] Pin setuptools to latest version 67.8.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ec6faee..0b6d3f7 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==67.8.0 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From 209e36b77aa694e828e9cd57bed8a5edc6d884ad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 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 0b6d3f7..72bf065 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==67.8.0 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From 257d1c25643905895c14cc997de1bcb3dab9a722 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 12:17:10 -0300 Subject: [PATCH 18/21] Pin urllib3 to latest version 2.0.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 72bf065..cc67f7f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.31.0 setuptools==67.8.0 six==1.16.0 -urllib3~=1.24.1 +urllib3==2.0.2 watchdog~=0.9.0 wheel~=0.33.1 From 3b6b26fe07bf2da8db6d329f6d694e88b7ab106b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 cc67f7f..c7c11ea 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.31.0 setuptools==67.8.0 six==1.16.0 urllib3==2.0.2 -watchdog~=0.9.0 +watchdog==3.0.0 wheel~=0.33.1 twine~=1.13.0 From 7d7f15f30f6f8d8b6e1646438d01ff20a43e271e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 2023 12:17:11 -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 c7c11ea..df5d571 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==67.8.0 six==1.16.0 urllib3==2.0.2 watchdog==3.0.0 -wheel~=0.33.1 +wheel==0.40.0 twine~=1.13.0 From ac11cc707d0e1b33cd6e34325dfa0365b4a7783b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jun 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 df5d571..5005aaf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==2.0.2 watchdog==3.0.0 wheel==0.40.0 -twine~=1.13.0 +twine==4.0.2