From 0bb0c4a4d0cc21b559e690402626c284e55afcd9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:04 +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 f147e50edd10dc07629021dde50230c35b5c86cf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 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 f53390e5c4f2b50004428dc7a9451b079252a2b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:05 +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 88849c32be8eccbd4c54c366bf87b84a03514c75 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 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 5f651b0c36d37bd3765244ef67771eec7bb1c470 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:06 +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 e10b1b530acd45ec416c1f90f3911e584e92fd7a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:07 +0300 Subject: [PATCH 06/13] Update mypy from 0.982 to 1.11.2 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index bcc1f829..c6f91643 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.11.2 flake8==5.0.4 flake8-quotes==3.3.1 flake8-bugbear==22.10.27 From f2a95a8b7f555d8e50940255e4da0d2a0d2523b8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:07 +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 c6f91643..174aa572 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.11.2 -flake8==5.0.4 +flake8==7.1.1 flake8-quotes==3.3.1 flake8-bugbear==22.10.27 flake8-builtins==2.0.0 From 4f5274d1e47ee440c116ce83d632e455585bba80 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 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 174aa572..c153269e 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.11.2 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 6972f442d734063dee64eab6aa8994a5ad29d778 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:08 +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 c153269e..fa649d95 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ pytest-cov==5.0.0 mypy==1.11.2 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 8ff7df9d57aa561593eee297a64cbdf1a16d1399 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 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 fa649d95..0cdb20a8 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,7 +6,7 @@ mypy==1.11.2 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 27cf5b9177b0f88e6c8295d6a44224784515d3aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:09 +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 0cdb20a8..9a130898 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 a3a454d1f9e04ed931c8e8fe685c319a0b55087e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 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 9a130898..d9183512 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 440c5afa38596f85ef9b6b3b9ab2bdd327cbb6a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 16 Sep 2024 22:55:10 +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 d9183512..d698a58b 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