From c2dc066aae4ad262a2d4acd0fb40ae4735e2a59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:23:55 +0000 Subject: [PATCH] Upgrade: Bump idna from 3.6 to 3.7 in /regression_runner Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- regression_runner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression_runner/requirements.txt b/regression_runner/requirements.txt index 7ae276e..c59efc2 100644 --- a/regression_runner/requirements.txt +++ b/regression_runner/requirements.txt @@ -9,7 +9,7 @@ coloredlogs==15.0.1 frozenlist==1.4.1 future==1.0.0 humanfriendly==10.0 -idna==3.6 +idna==3.7 multidict==6.0.5 PyYAML==6.0.1 requests==2.31.0