From fb03da7bfeb93cb9861e6e365fc49a65bea38446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:45:08 -0300 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /examples/fastapi-postgres-with-serverless (#87) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/fastapi-postgres-with-serverless/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-postgres-with-serverless/requirements.txt b/examples/fastapi-postgres-with-serverless/requirements.txt index 2eeadf7..a5a7037 100644 --- a/examples/fastapi-postgres-with-serverless/requirements.txt +++ b/examples/fastapi-postgres-with-serverless/requirements.txt @@ -2,7 +2,7 @@ anyio==3.6.2 click==8.1.3 fastapi==0.109.1 h11==0.14.0 -idna==3.4 +idna==3.7 mangum==0.17.0 pydantic==1.10.7 sniffio==1.3.0