From db4ba1e45552faa51d86b6c6e1372cd07e739749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 05:19:57 +0000 Subject: [PATCH] chore(deps-dev): bump the kiota group with 4 updates Bumps the kiota group with 4 updates: [microsoft-kiota-abstractions](https://github.com/microsoft/kiota-python), [microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-python), [microsoft-kiota-http](https://github.com/microsoft/kiota-python) and [microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-python). Updates `microsoft-kiota-abstractions` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Changelog](https://github.com/microsoft/kiota-python/blob/main/release-please-config.json) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.9.3...microsoft-kiota-abstractions-v1.9.4) Updates `microsoft-kiota-authentication-azure` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Changelog](https://github.com/microsoft/kiota-python/blob/main/release-please-config.json) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.9.3...microsoft-kiota-authentication-azure-v1.9.4) Updates `microsoft-kiota-http` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Changelog](https://github.com/microsoft/kiota-python/blob/main/release-please-config.json) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.9.3...microsoft-kiota-http-v1.9.4) Updates `microsoft-kiota-serialization-json` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Changelog](https://github.com/microsoft/kiota-python/blob/main/release-please-config.json) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.9.3...microsoft-kiota-serialization-json-v1.9.4) --- updated-dependencies: - dependency-name: microsoft-kiota-abstractions dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: kiota - dependency-name: microsoft-kiota-authentication-azure dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: kiota - dependency-name: microsoft-kiota-http dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: kiota - dependency-name: microsoft-kiota-serialization-json dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: kiota ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 985fc00d..ab17ce8c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -145,13 +145,13 @@ httpx[http2]==0.28.1 hyperframe==6.1.0 ; python_full_version >= '3.6.1' -microsoft-kiota-abstractions==1.9.3 +microsoft-kiota-abstractions==1.9.4 -microsoft-kiota-authentication-azure==1.9.3 +microsoft-kiota-authentication-azure==1.9.4 -microsoft-kiota-http==1.9.3 +microsoft-kiota-http==1.9.4 -microsoft-kiota-serialization-json==1.9.3 +microsoft-kiota-serialization-json==1.9.4 multidict==6.5.1 ; python_version >= '3.7'