From eefcbf8903fb2d137efc977f53044e801f67aa30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:20:29 +0000 Subject: [PATCH] :arrow_up: Bump idna from 2.10 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 2.10 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/v2.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-apple-m2.txt | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-apple-m2.txt b/requirements-apple-m2.txt index ae1e55f..1d534fc 100644 --- a/requirements-apple-m2.txt +++ b/requirements-apple-m2.txt @@ -24,7 +24,7 @@ flatbuffers==2.0 # via onnxruntime fonttools==4.43.0 # via matplotlib -idna==2.10 +idna==3.7 # via requests imageio==2.19.3 # via scikit-image diff --git a/requirements-dev.txt b/requirements-dev.txt index 1db3256..67e7d5f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -76,7 +76,7 @@ fonttools==4.43.0 # via matplotlib identify==2.5.1 # via pre-commit -idna==2.10 +idna==3.7 # via requests imageio==2.19.3 # via scikit-image diff --git a/requirements.txt b/requirements.txt index cdb637a..53d467b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ flatbuffers==2.0 # onnxruntime fonttools==4.43.0 # via matplotlib -idna==2.10 +idna==3.7 # via requests imageio==2.19.3 # via scikit-image