From 197a58b35a8f7fe393f66a949f51272060b4eae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:53:23 +0000 Subject: [PATCH] Bump idna from 3.13 to 3.14 in the production-dependencies group Bumps the production-dependencies group with 1 update: [idna](https://github.com/kjd/idna). Updates `idna` from 3.13 to 3.14 - [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.14) --- updated-dependencies: - dependency-name: idna dependency-version: '3.14' dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.prod.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.prod.txt b/requirements.prod.txt index 2b861f05..52c9c568 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -181,9 +181,9 @@ hjson==3.1.0 \ # via # mkdocs-macros-plugin # super-collections -idna==3.13 \ - --hash=sha256:585ea8fe5d69b9181ec1afba340451fba6ba764af97026f92a91d4eef164a242 \ - --hash=sha256:892ea0cde124a99ce773decba204c5552b69c3c67ffd5f232eb7696135bc8bb3 +idna==3.14 \ + --hash=sha256:466d810d7a2cc1022bea9b037c39728d51ae7dad40d480fc9b7d7ecf98ba8ee3 \ + --hash=sha256:e677eaf072e290f7b725f9acf0b3a2bd55f9fd6f7c70abe5f0e34823d0accf69 # via requests jinja2==3.1.6 \ --hash=sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d \