From 6837604ffcec4c878304221697728114ef4e491e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 06:36:44 +0000 Subject: [PATCH 1/3] Update dependency aiohttp to v3.9.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7e4484..252d8f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.2 +aiohttp==3.9.3 aiosignal==1.3.1 astroid==3.1.0 async-timeout==4.0.3 From 6b9565a8d8b19c6b30d88d42ea12f34815db2840 Mon Sep 17 00:00:00 2001 From: freiheit Date: Wed, 20 Mar 2024 23:37:27 -0700 Subject: [PATCH 2/3] Remove version locking on all but most essential/risky modules (discord.py and asyncio stuff) --- requirements.txt | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements.txt b/requirements.txt index f7e4484..86505cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ aiohttp==3.9.2 aiosignal==1.3.1 -astroid==3.1.0 +astroid async-timeout==4.0.3 -attrs==23.2.0 -black==24.3.0 -charset-normalizer==3.3.2 -click==8.1.7 -dill==0.3.8 +attrs +black +charset-normalizer +click +dill discord.py==2.3.2 -flake8==7.0.0 -frozenlist==1.4.1 -idna==3.6 -isort==5.13.2 -mccabe==0.7.0 -multidict==6.0.5 -mypy-extensions==1.0.0 -packaging==24.0 -pathspec==0.12.1 -platformdirs==4.2.0 -pycodestyle==2.11.1 -pyflakes==3.2.0 -pylint==3.1.0 -tomlkit==0.12.4 -yarl==1.9.4 +flake8 +frozenlist +idna +isort +mccabe +multidict +mypy-extensions +packaging +pathspec +platformdirs +pycodestyle +pyflakes +pylint +tomlkit +yarl From 392d202fbca7e4bf97a5117f00e1c5a570f8bc64 Mon Sep 17 00:00:00 2001 From: freiheit Date: Wed, 20 Mar 2024 23:38:08 -0700 Subject: [PATCH 3/3] Update aiohttp to 3.9.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86505cc..067e21a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.2 +aiohttp==3.9.3 aiosignal==1.3.1 astroid async-timeout==4.0.3