From 3c00afc88d6fed009fe1dba3afb73b8fbef6c267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:07:14 +0000 Subject: [PATCH] build(deps): bump idna from 3.2 to 3.7 in /schedule_layer_reorganizer Bumps [idna](https://github.com/kjd/idna) from 3.2 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.2...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- schedule_layer_reorganizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule_layer_reorganizer/requirements.txt b/schedule_layer_reorganizer/requirements.txt index 6de4d1b..29bd2ad 100644 --- a/schedule_layer_reorganizer/requirements.txt +++ b/schedule_layer_reorganizer/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.7.22 charset-normalizer==2.0.6 -idna==3.2 +idna==3.7 requests==2.31.0 urllib3==1.26.18