From c1006917337f9ba9295ea697faf8d1d2d4ffa7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:07 +0000 Subject: [PATCH] chore(deps): bump idna from 3.15 to 3.19 in /worker_plan Bumps [idna](https://github.com/kjd/idna) from 3.15 to 3.19. - [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.15...v3.19) --- updated-dependencies: - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 510fcdc1..d840284b 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.15", + "idna==3.19", "Jinja2==3.1.6", "jiter==0.12.0", "joblib==1.5.3",