From bd36a8d0274d9809fd067c3702006bb93339908e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 04:52:49 +0000 Subject: [PATCH] chore(deps-dev): bump multidict from 6.4.3 to 6.4.4 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.4.3 to 6.4.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.4.3...v6.4.4) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.4.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 26af1d1b..2a874650 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.4.3 ; python_version >= '3.7' +multidict==6.4.4 ; python_version >= '3.7' uritemplate==4.1.1 ; python_version >= '3.6'