From 2622710f8b16807e9732e2c537904bf587563f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:35:43 +0000 Subject: [PATCH] Bump idna from 2.8 to 3.15 in /mist_receiver_config Bumps [idna](https://github.com/kjd/idna) from 2.8 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/v2.8...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mist_receiver_config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist_receiver_config/requirements.txt b/mist_receiver_config/requirements.txt index 571b90f..c3e810a 100644 --- a/mist_receiver_config/requirements.txt +++ b/mist_receiver_config/requirements.txt @@ -1,5 +1,5 @@ certifi==2022.12.7 chardet==3.0.4 -idna==2.8 +idna==3.15 requests==2.22.0 urllib3==1.26.5