From 9035a2d06de50da75fea3fe5bdce3054f30861f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 06:22:49 +0000 Subject: [PATCH] Bump multidict from 6.0.4 to 6.0.5 Bumps [multidict](https://github.com/aio-libs/multidict) from 6.0.4 to 6.0.5. - [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.0.4...v6.0.5) --- 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 567e6fcc858..54532436231 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -110,7 +110,7 @@ msal-extensions==1.1.0 msgraph-core==1.0.0 -multidict==6.0.4 ; python_version >= '3.7' +multidict==6.0.5 ; python_version >= '3.7' portalocker==2.8.2 ; python_version >= '3.5' and platform_system != 'Windows'