From 33959e715deb9e10efb0a820469024d3c98ed474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:00:09 +0000 Subject: [PATCH 1/2] build(deps): bump idna from 3.11 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.11 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.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lock.txt b/requirements_lock.txt index 89c961e..f1da0f1 100644 --- a/requirements_lock.txt +++ b/requirements_lock.txt @@ -81,7 +81,7 @@ httpx==0.28.1 # openai httpx-sse==0.4.3 # via mcp -idna==3.11 +idna==3.15 # via # anyio # httpx From f42c5c53fd59f4a1dc111f35b18a9c1ad18802a8 Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Sat, 30 May 2026 15:30:17 -0700 Subject: [PATCH 2/2] chore(deps): update idna lock --- requirements_lock.txt | 2 +- uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_lock.txt b/requirements_lock.txt index f1da0f1..5e8d6d8 100644 --- a/requirements_lock.txt +++ b/requirements_lock.txt @@ -81,7 +81,7 @@ httpx==0.28.1 # openai httpx-sse==0.4.3 # via mcp -idna==3.15 +idna==3.17 # via # anyio # httpx diff --git a/uv.lock b/uv.lock index 6408bd3..6199f17 100644 --- a/uv.lock +++ b/uv.lock @@ -717,11 +717,11 @@ wheels = [ [[package]] name = "idna" -version = "3.11" +version = "3.17" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902", size = 194582 } +sdist = { url = "https://files.pythonhosted.org/packages/b9/28/99c51f664567218d824af024c0251650fb27e4ca066df188dab0769c5b91/idna-3.17.tar.gz", hash = "sha256:5eb0cb53bc467c12eadcf6de83163ad8527cec9416f44b9b61b19caedad2b87f", size = 196048 } wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea", size = 71008 }, + { url = "https://files.pythonhosted.org/packages/de/a7/f76514cc40ad6234098ecdebda08732d75964776c51a42845b7da10649e2/idna-3.17-py3-none-any.whl", hash = "sha256:466e48829084efe2548012b855df21540b96f2e20e51bd124c851536556a592c", size = 65316 }, ] [[package]]