From 72cee2fafe7d18f1543f5ed53df423836203dfe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:01:31 +0000 Subject: [PATCH] build(deps): bump idna from 3.4 to 3.7 in /bazel Bumps [idna](https://github.com/kjd/idna) from 3.4 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.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- bazel/notebook_requirements.txt | 2 +- bazel/ortools_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/notebook_requirements.txt b/bazel/notebook_requirements.txt index 45ac5541c84..a8ba9039af7 100644 --- a/bazel/notebook_requirements.txt +++ b/bazel/notebook_requirements.txt @@ -60,7 +60,7 @@ filelock==3.12.2 # via virtualenv fqdn==1.5.1 # via jsonschema -idna==3.4 +idna==3.7 # via # anyio # jsonschema diff --git a/bazel/ortools_requirements.txt b/bazel/ortools_requirements.txt index 411f5a74d8b..e9d026ba0db 100644 --- a/bazel/ortools_requirements.txt +++ b/bazel/ortools_requirements.txt @@ -18,7 +18,7 @@ distlib==0.3.7 # via virtualenv filelock==3.12.2 # via virtualenv -idna==3.4 +idna==3.7 # via requests immutabledict==3.0.0 # via -r ortools_requirements.in