From 9bc32720ac3e76d9cca6d2d5ef504453323d4d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:55:17 +0000 Subject: [PATCH] Update multidict requirement from <5.0.0 to <7.0.0 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/v1.0.0...v6.0.5) --- updated-dependencies: - dependency-name: multidict 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 9aff164..0ff56d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.8.6 base58~=2.1.1 # temporary to fix transitive dependency issues -multidict<5.0.0 +multidict<7.0.0 yarl==1.6.0 # indy_vdr