From 74c8ba9c45f6d1339cf52721d3d1fecd654ec936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:32:48 +0000 Subject: [PATCH] chore(deps): bump idna from 3.18 to 3.19 in /docs Bumps [idna](https://github.com/kjd/idna) from 3.18 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.18...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] --- docs/requirements.in | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.in b/docs/requirements.in index 3661d9d..2328a3e 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -10,7 +10,7 @@ autodoc==0.5.0 tornado==6.5.8 jinja2==3.1.6 -idna==3.18 +idna==3.19 starlette==1.6.0 requests>=2.34.2 \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 2c1169f..d468bc3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -36,7 +36,7 @@ furo==2025.12.19 # via -r requirements.in h11==0.16.0 # via uvicorn -idna==3.18 +idna==3.19 # via # -r requirements.in # anyio