From fdb4ec85407f675d011ecbb0fb254d9840c87109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:19:57 +0000 Subject: [PATCH] Update multidict requirement from >=6.0.4 to >=6.7.1 Updates the requirements on [multidict](https://github.com/aio-libs/multidict) to permit the latest version. - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.0.4...v6.7.1) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed846de..69ac736 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs>=23.2.0 beautifulsoup4>=4.12.3 frozenlist>=1.4.0 idna>=3.6 -multidict>=6.0.4 +multidict>=6.7.1 pyfiglet>=1.0.2 soupsieve>=2.5 tabulate>=0.8.10