From 576aae3934b120d7d574caf5719073307484ac6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:51:56 +0000 Subject: [PATCH] build(deps): bump idna from 3.6 to 3.7 in /requirements 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index cdeaa1d..40837e2 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -18,7 +18,7 @@ docutils==0.20.1 # via readme-renderer id==1.3.0 # via -r runtime.in -idna==3.6 +idna==3.7 # via requests importlib-metadata==7.0.2 # via twine