From c85b412f3aaea7c7f663363b59e2bc48f7d141d8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:03 -0300 Subject: [PATCH 01/20] 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 e7e1fc0..3eb9a83 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ argh~=0.26.2 -atomicwrites~=1.3.0 +atomicwrites==1.4.1 attrs~=19.1.0 certifi~=2019.3.9 chardet~=3.0.4 From a38ad5ab92919525058e187fa34613b9046d76df Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:03 -0300 Subject: [PATCH 02/20] Pin attrs to latest version 22.1.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3eb9a83..c356aec 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ argh~=0.26.2 atomicwrites==1.4.1 -attrs~=19.1.0 +attrs==22.1.0 certifi~=2019.3.9 chardet~=3.0.4 codacy-coverage~=1.3.11 From 0f52edf77f4f2bec7a3c9208971b811a08c8fb59 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:04 -0300 Subject: [PATCH 03/20] Pin certifi to latest version 2022.9.24 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c356aec..09a147f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ argh~=0.26.2 atomicwrites==1.4.1 attrs==22.1.0 -certifi~=2019.3.9 +certifi==2022.9.24 chardet~=3.0.4 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 From 248c400e747bc1742f3dc4e4cda6e9f7679de69d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:04 -0300 Subject: [PATCH 04/20] Pin chardet 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 09a147f..accfe1d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ argh~=0.26.2 atomicwrites==1.4.1 attrs==22.1.0 certifi==2022.9.24 -chardet~=3.0.4 +chardet==5.0.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 From 63d7b0905770f57e7bb221f902fde9b77ca0a9eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:04 -0300 Subject: [PATCH 05/20] Pin colored to latest version 1.4.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index accfe1d..c2f1eb3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ chardet==5.0.0 codacy-coverage~=1.3.11 codeclimate-test-reporter~=0.2.3 colorama~=0.4.1 -colored~=1.3.93 +colored==1.4.3 coverage~=4.5.3 docopt~=0.6.2 idna~=2.8 From 71d8db8ff0a0dbc077a6acc4aaa33816572ed828 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:04 -0300 Subject: [PATCH 06/20] Pin coverage to latest version 6.5.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c2f1eb3..6b03e50 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.3 -coverage~=4.5.3 +coverage==6.5.0 docopt~=0.6.2 idna~=2.8 more-itertools~=7.0.0 From 803a72a041890ec2b9a63b7fe871ff6514c3b02b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:05 -0300 Subject: [PATCH 07/20] 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 6b03e50..32564f2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ colorama~=0.4.1 colored==1.4.3 coverage==6.5.0 docopt~=0.6.2 -idna~=2.8 +idna==3.4 more-itertools~=7.0.0 pathlib~=1.0.1 pathtools~=0.1.2 From 294bbcad0b553ecdce75e264b0f6ba2cf7072a97 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:05 -0300 Subject: [PATCH 08/20] Pin more-itertools to latest version 8.14.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 32564f2..c98b5ea 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ colored==1.4.3 coverage==6.5.0 docopt~=0.6.2 idna==3.4 -more-itertools~=7.0.0 +more-itertools==8.14.0 pathlib~=1.0.1 pathtools~=0.1.2 pip~=19.0.3 From 10163e6be8e11fd01a46a31024a7ee8ba61374b0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:05 -0300 Subject: [PATCH 09/20] Pin pip to latest version 22.2.2 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c98b5ea..b095f0e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ idna==3.4 more-itertools==8.14.0 pathlib~=1.0.1 pathtools~=0.1.2 -pip~=19.0.3 +pip==22.2.2 pluggy>=0.9.0 py~=1.8.0 pycodestyle~=2.5.0 From f00991e24eb65e60aa646e8322d0b9e0e9594934 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:06 -0300 Subject: [PATCH 10/20] 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 b095f0e..bb1e4c5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ pathlib~=1.0.1 pathtools~=0.1.2 pip==22.2.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 4614ac7e74c4af1e666314864ad5d744cea3aadc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:06 -0300 Subject: [PATCH 11/20] Pin pycodestyle to latest version 2.9.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bb1e4c5..ed7d326 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pathtools~=0.1.2 pip==22.2.2 pluggy>=0.9.0 py==1.11.0 -pycodestyle~=2.5.0 +pycodestyle==2.9.1 pytest~=4.4.0 pytest-cov~=2.6.1 pytest-watch~=4.2.0 From 5c78e4e23ed2adedba7011e0a90ca42391ef82a7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:07 -0300 Subject: [PATCH 12/20] Pin pytest to latest version 7.1.3 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ed7d326..108b621 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pip==22.2.2 pluggy>=0.9.0 py==1.11.0 pycodestyle==2.9.1 -pytest~=4.4.0 +pytest==7.1.3 pytest-cov~=2.6.1 pytest-watch~=4.2.0 pyyaml>=4.2b1 From 803baace44f2a89d9f206b6b63cc095a17a7dc09 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:07 -0300 Subject: [PATCH 13/20] Pin pytest-cov to latest version 4.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 108b621..6d2a531 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ pluggy>=0.9.0 py==1.11.0 pycodestyle==2.9.1 pytest==7.1.3 -pytest-cov~=2.6.1 +pytest-cov==4.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests~=2.21.0 From 514ade009a708daf41d64355e28695e47dc81417 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:07 -0300 Subject: [PATCH 14/20] Pin requests to latest version 2.28.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6d2a531..3b9d116 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,7 @@ pytest==7.1.3 pytest-cov==4.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 -requests~=2.21.0 +requests==2.28.1 setuptools~=40.8.0 six~=1.12.0 urllib3~=1.24.1 From 90107a505b52adc1eca153dcb6d3f3007628fce2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:08 -0300 Subject: [PATCH 15/20] Pin setuptools to latest version 65.4.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3b9d116..829a4dd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest-cov==4.0.0 pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.28.1 -setuptools~=40.8.0 +setuptools==65.4.1 six~=1.12.0 urllib3~=1.24.1 watchdog~=0.9.0 From d6f8593ad4c19d24381da672eb6346bcf463bdf8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:08 -0300 Subject: [PATCH 16/20] 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 829a4dd..8fcda69 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -23,7 +23,7 @@ pytest-watch~=4.2.0 pyyaml>=4.2b1 requests==2.28.1 setuptools==65.4.1 -six~=1.12.0 +six==1.16.0 urllib3~=1.24.1 watchdog~=0.9.0 wheel~=0.33.1 From 2229bf394bf5f1042ec6ee621d8b3211cefd4f99 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:08 -0300 Subject: [PATCH 17/20] Pin urllib3 to latest version 1.26.12 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8fcda69..697c6bc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pyyaml>=4.2b1 requests==2.28.1 setuptools==65.4.1 six==1.16.0 -urllib3~=1.24.1 +urllib3==1.26.12 watchdog~=0.9.0 wheel~=0.33.1 From c85159aba837c3c4ad9c3e5825055ad7fde485a1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:09 -0300 Subject: [PATCH 18/20] Pin watchdog to latest version 2.1.9 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 697c6bc..3857a96 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -25,7 +25,7 @@ requests==2.28.1 setuptools==65.4.1 six==1.16.0 urllib3==1.26.12 -watchdog~=0.9.0 +watchdog==2.1.9 wheel~=0.33.1 twine~=1.13.0 From accd20e7c4f6190ca388b993747036e7068a7abc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:09 -0300 Subject: [PATCH 19/20] Pin wheel to latest version 0.37.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3857a96..06b4ab3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,6 +26,6 @@ setuptools==65.4.1 six==1.16.0 urllib3==1.26.12 watchdog==2.1.9 -wheel~=0.33.1 +wheel==0.37.1 twine~=1.13.0 From 4429b0369f055eb58fe0da49a73194d5c9f3ef3e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Oct 2022 12:17:09 -0300 Subject: [PATCH 20/20] Pin twine 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 06b4ab3..b9cd7e4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ urllib3==1.26.12 watchdog==2.1.9 wheel==0.37.1 -twine~=1.13.0 +twine==4.0.1