From 60a5e7f64ea46bc89f27738091f19bc5ee44d299 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:05 +0200 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 1ebfb75b9b8db9c22b5a686b15c465834026abd4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:06 +0200 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 0ba35e42d873096d913d12da778a0d0708d2e307 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:06 +0200 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 f48c8a78db20b2142bfaf9725550bea54e97ef99 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:07 +0200 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 28939b2c53b266d71f8400021fc8e69b00c5af67 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:07 +0200 Subject: [PATCH 05/13] Update pytest-cov from 4.0.0 to 6.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..249a3bb8 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==6.0.0 mypy==0.982 flake8==5.0.4 flake8-quotes==3.3.1 From 6ecb46787b8f123ab738cf6eb332744ad073cd44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:08 +0200 Subject: [PATCH 06/13] Update mypy from 0.982 to 1.13.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 249a3bb8..99acc8e0 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==6.0.0 -mypy==0.982 +mypy==1.13.0 flake8==5.0.4 flake8-quotes==3.3.1 flake8-bugbear==22.10.27 From 439ba332ec894e887f5c3cea4faed4e1941fc20a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:08 +0200 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 99acc8e0..23f2e713 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==6.0.0 mypy==1.13.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 10125b6779cef9807e2887b16210db091e30dcb6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:09 +0200 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 23f2e713..e6bc02f2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ pytest-mock==3.14.0 pytest-cov==6.0.0 mypy==1.13.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 224edf722032da77b411329e74ffda5cd4328383 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:09 +0200 Subject: [PATCH 09/13] Update flake8-bugbear from 22.10.27 to 24.10.31 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e6bc02f2..dfa36741 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ pytest-cov==6.0.0 mypy==1.13.0 flake8==7.1.1 flake8-quotes==3.4.0 -flake8-bugbear==22.10.27 +flake8-bugbear==24.10.31 flake8-builtins==2.0.0 flake8-import-order==0.18.1 flake8-print==5.0.0 From 02488cd60c85894a9132159e352de54979aa71ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:10 +0200 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 dfa36741..8f54d80d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,7 +6,7 @@ mypy==1.13.0 flake8==7.1.1 flake8-quotes==3.4.0 flake8-bugbear==24.10.31 -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 be9823e63e2fe840d07272223db7be45ae89e73a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:10 +0200 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 8f54d80d..c1f696a2 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.10.31 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 fff2f11a383aa24831ac411310c0c4aeb8992813 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:11 +0200 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 c1f696a2..16e77fb4 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,6 +9,6 @@ flake8-bugbear==24.10.31 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 fc9fe943440651f33a1a703253571194b8111dd5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 21:56:12 +0200 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 16e77fb4..71e2b1a2 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