From 84027e054f68a0698d1acc58922425dcb14df663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:09:40 +0000 Subject: [PATCH] chore(deps): bump microsoft-kiota-abstractions from 1.6.6 to 1.6.8 Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota-python) from 1.6.6 to 1.6.8. - [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.6.6...microsoft-kiota-abstractions-v1.6.8) --- updated-dependencies: - dependency-name: microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 575f580c271..a5fe83cd1bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2142,13 +2142,13 @@ files = [ [[package]] name = "microsoft-kiota-abstractions" -version = "1.6.6" +version = "1.6.8" description = "Core abstractions for kiota generated libraries in Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "microsoft_kiota_abstractions-1.6.6-py3-none-any.whl", hash = "sha256:29071715baf0d604c381c5d17be47f35e6e63a441dcfb5e9141963406b469d50"}, - {file = "microsoft_kiota_abstractions-1.6.6.tar.gz", hash = "sha256:2554495b00c9c25b43f6964a71b65c89a277bd6b50f4d0028a7febcec6c4fd67"}, + {file = "microsoft_kiota_abstractions-1.6.8-py3-none-any.whl", hash = "sha256:12819dee24d5aaa31e99683d938f65e50cbc446de087df244cd26c3326ec4e15"}, + {file = "microsoft_kiota_abstractions-1.6.8.tar.gz", hash = "sha256:7070affabfa7182841646a0c8491cbb240af366aff2b9132f0caa45c4837dd78"}, ] [package.dependencies] @@ -4663,4 +4663,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "a8d6d334b64a2d37a4622ced7da48328d9216eaeb5e52e64830bc1218932fa4e" +content-hash = "3030de54f445d07beea24d374424fb8e2de27cca6f5cfc91904d68122cced0c6" diff --git a/pyproject.toml b/pyproject.toml index 60a4b950427..0b40b9f8024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ detect-secrets = "1.5.0" google-api-python-client = "2.157.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" -microsoft-kiota-abstractions = "1.6.6" +microsoft-kiota-abstractions = "1.6.8" msgraph-sdk = "1.16.0" pydantic = "1.10.19" python = ">=3.9,<3.13"