From 1eda2050f6be28113ef4d194429cf00a305d1607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:18:01 +0000 Subject: [PATCH] chore(deps-dev): bump multidict from 6.6.3 to 6.6.4 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.6.3 to 6.6.4. - [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.3...v6.6.4) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.6.4 dependency-type: direct:development update-type: version-update:semver-patch ... 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 d693700e..cd049448 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -153,7 +153,7 @@ microsoft-kiota-http==1.9.5 microsoft-kiota-serialization-json==1.9.5 -multidict==6.6.3 ; python_version >= '3.7' +multidict==6.6.4 ; python_version >= '3.7' uritemplate==4.2.0 ; python_version >= '3.6'