From 0ba698be77218bcc005a0479c687db6aa034ec49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:28:57 +0000 Subject: [PATCH] chore(deps): bump microsoft-kiota-abstractions from 1.6.0 to 1.6.2 Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota-python) from 1.6.0 to 1.6.2. - [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.0...microsoft-kiota-abstractions-v1.6.2) --- updated-dependencies: - dependency-name: microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8ace6bacc4..8b60208e7a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2129,19 +2129,19 @@ files = [ [[package]] name = "microsoft-kiota-abstractions" -version = "1.6.0" +version = "1.6.2" description = "Core abstractions for kiota generated libraries in Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "microsoft_kiota_abstractions-1.6.0-py3-none-any.whl", hash = "sha256:ead1846da7ced9a7039bee14b0d013250ca0bc2b5790d2e0b5c2f27c5bcf8182"}, - {file = "microsoft_kiota_abstractions-1.6.0.tar.gz", hash = "sha256:4cf8eb3f78a88619e8af6d6073ae6d15bcd075a086f86074585626ec5b8f4a08"}, + {file = "microsoft_kiota_abstractions-1.6.2-py3-none-any.whl", hash = "sha256:8c2c777748e80f17dba3809b5d149585d9918198f0f94125e87432f7165ba80e"}, + {file = "microsoft_kiota_abstractions-1.6.2.tar.gz", hash = "sha256:dec30f0fb427a051003e94b5c6fcf266f4702ecbd9d6961e3966124b9cbe41bf"}, ] [package.dependencies] opentelemetry-api = ">=1.27.0" opentelemetry-sdk = ">=1.27.0" -std-uritemplate = ">=0.0.38,<2.0.0" +std-uritemplate = ">=2.0.0" [[package]] name = "microsoft-kiota-authentication-azure" @@ -4078,13 +4078,13 @@ files = [ [[package]] name = "std-uritemplate" -version = "0.0.57" +version = "2.0.0" description = "std-uritemplate implementation for Python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "std_uritemplate-0.0.57-py3-none-any.whl", hash = "sha256:66691cb6ff1d1b3612741053d6f5573ec7eb1c1a33ffb5ca49557e8aa2372aa8"}, - {file = "std_uritemplate-0.0.57.tar.gz", hash = "sha256:f4adc717aec138562e652b95da74fc6815a942231d971314856b81f434c1b94c"}, + {file = "std_uritemplate-2.0.0-py3-none-any.whl", hash = "sha256:b69a80b707b93095075066005155eebd9172ec1ac7601992e2f9e4ec380f5a7b"}, + {file = "std_uritemplate-2.0.0.tar.gz", hash = "sha256:be88c8a4a89fee6768237f594c537d9347d96d7e68b8ad12200a3f11a0f6398f"}, ] [[package]] @@ -4566,4 +4566,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "68ae45f3a7a9df740ce98004e7a54bde9b78f125dd2577b9f25be4fc05c719c8" +content-hash = "d2a8155852bce76924739542eaa1a236b200ee5aa61b4651ebe2273ce2b23859" diff --git a/pyproject.toml b/pyproject.toml index a362bda383..8fe7f61b6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ detect-secrets = "1.5.0" google-api-python-client = "2.151.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.23.0" -microsoft-kiota-abstractions = "1.6.0" +microsoft-kiota-abstractions = "1.6.2" msgraph-sdk = "1.11.0" pydantic = "1.10.19" python = ">=3.9,<3.13"