From 247ca8225e1ee36fa008728b5f90087c15f3d24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:46:47 +0000 Subject: [PATCH] build(deps): bump microsoft-kiota-abstractions in /python-sdk (#275) Bumps [microsoft-kiota-abstractions](https://github.com/microsoft/kiota) from 0.8.1 to 0.8.4. - [Release notes](https://github.com/microsoft/kiota/releases) - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota/commits) --- updated-dependencies: - dependency-name: microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python-sdk/poetry.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/python-sdk/poetry.lock b/python-sdk/poetry.lock index 0505f2788f..d4d3e8f27a 100644 --- a/python-sdk/poetry.lock +++ b/python-sdk/poetry.lock @@ -354,19 +354,19 @@ files = [ [[package]] name = "microsoft-kiota-abstractions" -version = "0.8.1" +version = "0.8.4" description = "Core abstractions for kiota generated libraries in Python" optional = false python-versions = "*" files = [ - {file = "microsoft_kiota_abstractions-0.8.1-py2.py3-none-any.whl", hash = "sha256:205a59c429a75dfe39062c4caff655061db131fa7cdb41a5273e6a350eebe689"}, - {file = "microsoft_kiota_abstractions-0.8.1.tar.gz", hash = "sha256:f7f74731a6514d44a5633013b16d86dcd22830bbd4385711124109be63f21821"}, + {file = "microsoft_kiota_abstractions-0.8.4-py2.py3-none-any.whl", hash = "sha256:217976f1f9eecbb62d8d3b4bbd3beec93a43b3400c7e7cb5c234dbbf3ed6f80e"}, + {file = "microsoft_kiota_abstractions-0.8.4.tar.gz", hash = "sha256:65ffcc9476dd15b284b6e803f9e3645fce904788e6d9a85f41d95d49c027cf61"}, ] [package.dependencies] opentelemetry-api = ">=1.19.0" opentelemetry-sdk = ">=1.19.0" -uritemplate = ">=4.1.1" +std-uritemplate = ">=0.0.38" [[package]] name = "microsoft-kiota-http" @@ -615,6 +615,17 @@ files = [ {file = "sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"}, ] +[[package]] +name = "std-uritemplate" +version = "0.0.40" +description = "std-uritemplate implementation for Python" +optional = false +python-versions = ">=3.8,<4.0" +files = [ + {file = "std_uritemplate-0.0.40-py3-none-any.whl", hash = "sha256:09eafcf1b140873036c5c77594e79e71176fd3f98c2ea0388b96288a61cf204f"}, + {file = "std_uritemplate-0.0.40.tar.gz", hash = "sha256:d8484281f76240a987341b28ac617a435c80ab2d1b326df0499f56858bc0de0a"}, +] + [[package]] name = "tomli" version = "2.0.1" @@ -637,17 +648,6 @@ files = [ {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, ] -[[package]] -name = "uritemplate" -version = "4.1.1" -description = "Implementation of RFC 6570 URI Templates" -optional = false -python-versions = ">=3.6" -files = [ - {file = "uritemplate-4.1.1-py2.py3-none-any.whl", hash = "sha256:830c08b8d99bdd312ea4ead05994a38e8936266f84b9a7878232db50b044e02e"}, - {file = "uritemplate-4.1.1.tar.gz", hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0"}, -] - [[package]] name = "urllib3" version = "2.0.3"