From 9d2028c6de90657e31a51604ce1fed9796ac11fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 04:58:23 +0000 Subject: [PATCH] chore(deps-dev): bump multidict from 6.3.1 to 6.3.2 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.3.1 to 6.3.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.3.1...v6.3.2) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.3.2 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 8b6bf724..abe25d9f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -151,7 +151,7 @@ microsoft-kiota-authentication-azure==1.9.3 microsoft-kiota-http==1.9.3 -multidict==6.3.1 ; python_version >= '3.7' +multidict==6.3.2 ; python_version >= '3.7' uritemplate==4.1.1 ; python_version >= '3.6'