From 41cc9719a93c9810fd734da8f73408dfecc7e78f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:05 +0300 Subject: [PATCH 01/13] Update darq from 0.11.0 to 0.11.2 --- examples/aiohttp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aiohttp/requirements.txt b/examples/aiohttp/requirements.txt index 1b557b26..62f616ad 100644 --- a/examples/aiohttp/requirements.txt +++ b/examples/aiohttp/requirements.txt @@ -1,2 +1,2 @@ aiohttp>=3.7.4,<4.0.0 -darq==0.11.0 +darq==0.11.2 From 4265d466974eae0090846bc2812a6dee6fd940fa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:05 +0300 Subject: [PATCH 02/13] Update pytest from 7.2.0 to 8.3.3 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 4471f5dd..c4672d5d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -pytest==7.2.0 +pytest==8.3.3 pytest-aiohttp==1.0.4 pytest-mock==3.10.0 pytest-cov==4.0.0 From ba8498f92252502ac12621fbe8d213919a4b7553 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:06 +0300 Subject: [PATCH 03/13] Update pytest-aiohttp from 1.0.4 to 1.0.5 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index c4672d5d..351f95f9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ pytest==8.3.3 -pytest-aiohttp==1.0.4 +pytest-aiohttp==1.0.5 pytest-mock==3.10.0 pytest-cov==4.0.0 mypy==0.982 From d109222b78e4fea1d92509605003e0bd5871972f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:06 +0300 Subject: [PATCH 04/13] Update pytest-mock from 3.10.0 to 3.14.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 351f95f9..fe50f5f6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ pytest==8.3.3 pytest-aiohttp==1.0.5 -pytest-mock==3.10.0 +pytest-mock==3.14.0 pytest-cov==4.0.0 mypy==0.982 flake8==5.0.4 From 9b136b9a5c8969caf578faa0a6736e588da591a2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:07 +0300 Subject: [PATCH 05/13] Update pytest-cov from 4.0.0 to 5.0.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index fe50f5f6..bcc1f829 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ pytest==8.3.3 pytest-aiohttp==1.0.5 pytest-mock==3.14.0 -pytest-cov==4.0.0 +pytest-cov==5.0.0 mypy==0.982 flake8==5.0.4 flake8-quotes==3.3.1 From 3a732ec2d9ce1385d68215b139d6a6dcbed047c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:07 +0300 Subject: [PATCH 06/13] Update mypy from 0.982 to 1.12.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index bcc1f829..b22b1704 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,7 +2,7 @@ pytest==8.3.3 pytest-aiohttp==1.0.5 pytest-mock==3.14.0 pytest-cov==5.0.0 -mypy==0.982 +mypy==1.12.0 flake8==5.0.4 flake8-quotes==3.3.1 flake8-bugbear==22.10.27 From c09f9e5341048eed7bd8818ec96c83ac878d727d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:08 +0300 Subject: [PATCH 07/13] Update flake8 from 5.0.4 to 7.1.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index b22b1704..d87329db 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,7 +3,7 @@ pytest-aiohttp==1.0.5 pytest-mock==3.14.0 pytest-cov==5.0.0 mypy==1.12.0 -flake8==5.0.4 +flake8==7.1.1 flake8-quotes==3.3.1 flake8-bugbear==22.10.27 flake8-builtins==2.0.0 From 370511f55ec15cae35d50701338b0dcc307fc284 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:08 +0300 Subject: [PATCH 08/13] Update flake8-quotes from 3.3.1 to 3.4.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d87329db..f96abfb2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ pytest-mock==3.14.0 pytest-cov==5.0.0 mypy==1.12.0 flake8==7.1.1 -flake8-quotes==3.3.1 +flake8-quotes==3.4.0 flake8-bugbear==22.10.27 flake8-builtins==2.0.0 flake8-import-order==0.18.1 From 318476a5ad43630ed5fcebb99eb92255e9acbb8e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:09 +0300 Subject: [PATCH 09/13] Update flake8-bugbear from 22.10.27 to 24.8.19 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index f96abfb2..bc4c8819 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ pytest-cov==5.0.0 mypy==1.12.0 flake8==7.1.1 flake8-quotes==3.4.0 -flake8-bugbear==22.10.27 +flake8-bugbear==24.8.19 flake8-builtins==2.0.0 flake8-import-order==0.18.1 flake8-print==5.0.0 From 1a2157cb4db32abd46720d50d1e1b06ba9297b74 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:09 +0300 Subject: [PATCH 10/13] Update flake8-builtins from 2.0.0 to 2.5.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index bc4c8819..55b3c686 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,7 +6,7 @@ mypy==1.12.0 flake8==7.1.1 flake8-quotes==3.4.0 flake8-bugbear==24.8.19 -flake8-builtins==2.0.0 +flake8-builtins==2.5.0 flake8-import-order==0.18.1 flake8-print==5.0.0 flake8-commas==2.1.0 From dd25fa8b5c78bad165add4a3178faa6c2b50c6e0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:10 +0300 Subject: [PATCH 11/13] Update flake8-import-order from 0.18.1 to 0.18.2 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 55b3c686..b8374d59 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -7,7 +7,7 @@ flake8==7.1.1 flake8-quotes==3.4.0 flake8-bugbear==24.8.19 flake8-builtins==2.5.0 -flake8-import-order==0.18.1 +flake8-import-order==0.18.2 flake8-print==5.0.0 flake8-commas==2.1.0 typing_extensions==4.0 # pyup: ignore # it should be minimal version from setup.py From a25ad8c5fc4db98a9f8db4c3f3d1afc9e7217a3f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:10 +0300 Subject: [PATCH 12/13] Update flake8-commas from 2.1.0 to 4.0.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index b8374d59..bc0a9863 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,6 +9,6 @@ flake8-bugbear==24.8.19 flake8-builtins==2.5.0 flake8-import-order==0.18.2 flake8-print==5.0.0 -flake8-commas==2.1.0 +flake8-commas==4.0.0 typing_extensions==4.0 # pyup: ignore # it should be minimal version from setup.py msgpack==1.0.4 From 29c7dabe18d2bb96315b5efcf02f1aa780444366 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 22:55:11 +0300 Subject: [PATCH 13/13] Update msgpack from 1.0.4 to 1.1.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index bc0a9863..10baf486 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -11,4 +11,4 @@ flake8-import-order==0.18.2 flake8-print==5.0.0 flake8-commas==4.0.0 typing_extensions==4.0 # pyup: ignore # it should be minimal version from setup.py -msgpack==1.0.4 +msgpack==1.1.0