From 892ae3c74b914a4c63a310b6f2b7ffd29a2bea5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:24:10 +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 177a2ca..23da7aa 100644 --- a/regression_runner/requirements.txt +++ b/regression_runner/requirements.txt @@ -6,7 +6,7 @@ click==8.1.7 coloredlogs==15.0.1 coverage==7.4.3 humanfriendly==10.0 -idna==3.6 +idna==3.7 multidict==6.0.5 PyYAML==6.0.1 typing-extensions==4.10.0