From 69d15066e4e8a0701ff4525c53b457937468c6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 04:53:34 +0000 Subject: [PATCH] chore(deps-dev): bump multidict from 6.3.0 to 6.3.1 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.3.0 to 6.3.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.3.0...v6.3.1) --- updated-dependencies: - dependency-name: multidict 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 e3a56a33..8b6bf724 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.0 ; python_version >= '3.7' +multidict==6.3.1 ; python_version >= '3.7' uritemplate==4.1.1 ; python_version >= '3.6'