From 15b125a6dc5a875ff82b57b144e5c96273cf2671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:42:30 +0000 Subject: [PATCH] chore(deps-dev): bump multidict from 6.6.4 to 6.7.1 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.6.4 to 6.7.1. - [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.6.4...v6.7.1) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b150d558..070c78b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -153,7 +153,7 @@ microsoft-kiota-http==1.10.1 microsoft-kiota-serialization-json==1.10.1 -multidict==6.6.4 ; python_version >= '3.7' +multidict==6.7.1 ; python_version >= '3.7' uritemplate==4.2.0 ; python_version >= '3.6'