From 676702997090c4cb1e5abb179b66cb43295861da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:44:59 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /examples/serverless-python-fastapi Bumps [idna](https://github.com/kjd/idna) from 3.4 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.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/serverless-python-fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/serverless-python-fastapi/requirements.txt b/examples/serverless-python-fastapi/requirements.txt index fbfb277..f775c37 100644 --- a/examples/serverless-python-fastapi/requirements.txt +++ b/examples/serverless-python-fastapi/requirements.txt @@ -2,7 +2,7 @@ anyio==3.6.2 click==8.1.3 fastapi==0.95.0 h11==0.14.0 -idna==3.4 +idna==3.7 mangum==0.17.0 pydantic==1.10.7 sniffio==1.3.0