From af9826a1481cf7294cd7f4e5603ab57f557cb7c0 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Thu, 6 Feb 2025 11:03:45 +0300 Subject: [PATCH] fix: bump kiota dependencies --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d35b08ac..1ccba253 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -145,11 +145,11 @@ httpx[http2]==0.28.1 hyperframe==6.1.0 ; python_full_version >= '3.6.1' -microsoft-kiota-abstractions==1.9.1 +microsoft-kiota-abstractions==1.9.2 -microsoft-kiota-authentication-azure==1.9.1 +microsoft-kiota-authentication-azure==1.9.2 -microsoft-kiota-http==1.9.1 +microsoft-kiota-http==1.9.2 multidict==6.1.0 ; python_version >= '3.7'