From f2bb3e07da4d61d9fd3a3d8edbec76a21a6f35de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:44:24 +0000 Subject: [PATCH] build(deps): update multidict requirement from ~=6.4.3 to ~=6.5.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/v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.5.0 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 1fbbeca..1aceebd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ langchain-prompty~=0.1.1 langchain-text-splitters~=0.3.8 langsmith~=0.3.42 mccabe~=0.7.0 -multidict~=6.4.3 +multidict~=6.5.0 mypy-extensions~=1.0.0 numpy~=2.2.4 openai~=1.79.0