From 5672b5133101c35f171af075d1f7ccd1a088d109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:40:33 +0000 Subject: [PATCH] chore(deps): bump microsoft-kiota-abstractions from 1.4.0 to 1.4.5 Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota-python) from 1.4.0 to 1.4.5. - [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.4.0...microsoft-kiota-abstractions-v1.4.5) --- 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 aea27cf91c..ef5ec035c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2128,13 +2128,13 @@ files = [ [[package]] name = "microsoft-kiota-abstractions" -version = "1.4.0" +version = "1.4.5" description = "Core abstractions for kiota generated libraries in Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "microsoft_kiota_abstractions-1.4.0-py3-none-any.whl", hash = "sha256:b21b2d18e405cb876f17170d54421973d6b8370b9ca7af4036828ecd5fcf4016"}, - {file = "microsoft_kiota_abstractions-1.4.0.tar.gz", hash = "sha256:b34585f56a6023d38909edf7bfddeb9f3aa4b69727d138a6636f95eee3d1064b"}, + {file = "microsoft_kiota_abstractions-1.4.5-py3-none-any.whl", hash = "sha256:d59984e95bff02b1c593bad658de0b73672418fc62083f35284289e667626c17"}, + {file = "microsoft_kiota_abstractions-1.4.5.tar.gz", hash = "sha256:2d54805d7383b5e0560ce607c6cd97107721a1df7f1b55924fae263a948c0124"}, ] [package.dependencies] @@ -4565,4 +4565,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "148bac679d302d84cace25f3cd9c706131fca20ca422224101ab02baebc024a1" +content-hash = "aafb748f7091a186a25211afba2093d013ca357a7a1b7c13585f2a27fb5eab76" diff --git a/pyproject.toml b/pyproject.toml index 0d059e532a..10cbbac356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ detect-secrets = "1.5.0" google-api-python-client = "2.149.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" -microsoft-kiota-abstractions = "1.4.0" +microsoft-kiota-abstractions = "1.4.5" msgraph-sdk = "1.10.0" pydantic = "1.10.18" python = ">=3.9,<3.13"