From acfd3d3c6813889040b3f714a2b561995faa6bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 22:34:02 +0000 Subject: [PATCH] build(deps): bump the kiota-dependencies group Bumps the kiota-dependencies group in /get-started/quickstart/python with 4 updates: [microsoft-kiota-abstractions](https://github.com/microsoft/kiota-python), [microsoft-kiota-http](https://github.com/microsoft/kiota-python), [microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-python) and [microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-python). Updates `microsoft-kiota-abstractions` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.10.1...microsoft-kiota-abstractions-v1.10.2) Updates `microsoft-kiota-http` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.10.1...microsoft-kiota-http-v1.10.2) Updates `microsoft-kiota-serialization-json` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.10.1...microsoft-kiota-serialization-json-v1.10.2) Updates `microsoft-kiota-serialization-text` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/microsoft/kiota-python/releases) - [Commits](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.10.1...microsoft-kiota-serialization-text-v1.10.2) --- updated-dependencies: - dependency-name: microsoft-kiota-abstractions dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: microsoft-kiota-http dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: microsoft-kiota-serialization-json dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: microsoft-kiota-serialization-text dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- get-started/quickstart/python/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/get-started/quickstart/python/requirements.txt b/get-started/quickstart/python/requirements.txt index d9e37b230..74f66ea37 100644 --- a/get-started/quickstart/python/requirements.txt +++ b/get-started/quickstart/python/requirements.txt @@ -28,17 +28,17 @@ idna==3.15 # httpx importlib-metadata==8.7.1 # via opentelemetry-api -microsoft-kiota-abstractions==1.10.1 +microsoft-kiota-abstractions==1.10.2 # via # -r requirements.in # microsoft-kiota-http # microsoft-kiota-serialization-json # microsoft-kiota-serialization-text -microsoft-kiota-http==1.10.1 +microsoft-kiota-http==1.10.2 # via -r requirements.in -microsoft-kiota-serialization-json==1.10.1 +microsoft-kiota-serialization-json==1.10.2 # via -r requirements.in -microsoft-kiota-serialization-text==1.10.1 +microsoft-kiota-serialization-text==1.10.2 # via -r requirements.in opentelemetry-api==1.41.1 # via