From 53fbda248b60395df45713c1ed7e12deaa1ee3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:10:59 +0000 Subject: [PATCH] build(deps): bump idna in /get-started/quickstart/python Bumps [idna](https://github.com/kjd/idna) from 3.13 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- get-started/quickstart/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/quickstart/python/requirements.txt b/get-started/quickstart/python/requirements.txt index 3b6e41cd4..d9e37b230 100644 --- a/get-started/quickstart/python/requirements.txt +++ b/get-started/quickstart/python/requirements.txt @@ -22,7 +22,7 @@ httpx[http2]==0.28.1 # via microsoft-kiota-http hyperframe==6.1.0 # via h2 -idna==3.13 +idna==3.15 # via # anyio # httpx