From 4bb68b2f1d8b10c3d7d0c2f183032c6d56caf12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:14:22 +0000 Subject: [PATCH] chore(deps-dev): bump the kiota group with 3 updates Bumps the kiota group with 3 updates: [microsoft-kiota-abstractions](https://github.com/microsoft/kiota-python), [microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-python) and [microsoft-kiota-http](https://github.com/microsoft/kiota-python). Updates `microsoft-kiota-abstractions` from 1.3.3 to 1.6.3 - [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/v1.3.3...microsoft-kiota-abstractions-v1.6.3) Updates `microsoft-kiota-authentication-azure` from 1.1.0 to 1.6.3 - [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/v1.1.0...microsoft-kiota-authentication-azure-v1.6.3) Updates `microsoft-kiota-http` from 1.3.3 to 1.6.3 - [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/v1.3.3...microsoft-kiota-http-v1.6.3) --- updated-dependencies: - dependency-name: microsoft-kiota-abstractions dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kiota - dependency-name: microsoft-kiota-authentication-azure dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kiota - dependency-name: microsoft-kiota-http dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kiota ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0b0cbab7..d2f4df42 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -143,11 +143,11 @@ httpx[http2]==0.27.2 hyperframe==6.0.1 ; python_full_version >= '3.6.1' -microsoft-kiota-abstractions==1.3.3 +microsoft-kiota-abstractions==1.6.3 -microsoft-kiota-authentication-azure==1.1.0 +microsoft-kiota-authentication-azure==1.6.3 -microsoft-kiota-http==1.3.3 +microsoft-kiota-http==1.6.3 multidict==6.1.0 ; python_version >= '3.7'