From 9824c7609b75880c60f2a24a021e1fad1e313c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:23:07 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.7 in /elastic-snapshot 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] --- elastic-snapshot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic-snapshot/requirements.txt b/elastic-snapshot/requirements.txt index ab0195e..5a4f99a 100644 --- a/elastic-snapshot/requirements.txt +++ b/elastic-snapshot/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.7.22 chardet==3.0.4 -idna==2.10 +idna==3.7 requests==2.31.0 urllib3==1.26.18