From bda6655af5b654c978af0c97a12e66a33c2c22c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 06:40:10 +0000 Subject: [PATCH] chore(deps-dev): bump multidict from 6.5.1 to 6.6.2 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.5.1 to 6.6.2. - [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.5.1...v6.6.2) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.6.2 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 ab17ce8c..d1167c88 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -153,7 +153,7 @@ microsoft-kiota-http==1.9.4 microsoft-kiota-serialization-json==1.9.4 -multidict==6.5.1 ; python_version >= '3.7' +multidict==6.6.2 ; python_version >= '3.7' uritemplate==4.2.0 ; python_version >= '3.6'