From 7977f206dc9eb0b609d2d1726650dc180621766a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:13:33 +0100 Subject: [PATCH] Bump idna from 2.8 to 3.7 in /examples/research_projects/lxmert (#30200) Bumps [idna](https://github.com/kjd/idna) from 2.8 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.8...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/research_projects/lxmert/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/research_projects/lxmert/requirements.txt b/examples/research_projects/lxmert/requirements.txt index a63b4d8d2a..9d36184f56 100644 --- a/examples/research_projects/lxmert/requirements.txt +++ b/examples/research_projects/lxmert/requirements.txt @@ -21,7 +21,7 @@ entrypoints==0.3 filelock==3.0.12 future==0.18.3 html5lib==1.0.1 -idna==2.8 +idna==3.7 ipaddr==2.2.0 ipykernel==5.3.4 ipython