From c7b3344b1acbd1d38fdc3edf76f86a1d614bab2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:06:12 +0000 Subject: [PATCH] chore(deps): bump multidict from 6.0.4 to 6.7.0 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.0.4 to 6.7.0. - [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.0) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0f28bfe..ed089d59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ idna==3.10 ; python_version >= "3.7" and python_version < "4.0" importlib-metadata==6.7.0 ; python_version >= "3.7" and python_version < "3.8" iniconfig==2.1.0 ; python_version >= "3.7" and python_version < "4.0" mock==5.2.0 ; python_version >= "3.7" and python_version < "4.0" -multidict==6.0.4 ; python_version >= "3.7" and python_version < "4.0" +multidict==6.7.0 ; python_version >= "3.7" and python_version < "4.0" packaging==23.2 ; python_version >= "3.7" and python_version < "4.0" pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0" pluggy==1.6.0 ; python_version >= "3.7" and python_version < "4.0"