From 2d125b03c3e0ab221cdc518a3a05c56434e4d946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:30:10 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [fastapi](https://github.com/tiangolo/fastapi), [idna](https://github.com/kjd/idna) and [starlette](https://github.com/encode/starlette). Updates `fastapi` from 0.108.0 to 0.109.1 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.108.0...0.109.1) Updates `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) Updates `starlette` from 0.32.0.post1 to 0.36.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.32.0.post1...0.36.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f39ab2..57ef6a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,10 @@ aenum==3.1.15 anyio==4.2.0 ; python_version >= '3.8' bandwidth-sdk==15.0.1 click==8.1.7 ; python_version >= '3.7' -fastapi==0.108.0 +fastapi==0.109.1 h11==0.14.0 ; python_version >= '3.7' httptools==0.6.1 -idna==3.6 ; python_version >= '3.5' +idna==3.7 ; python_version >= '3.5' pydantic==1.10.13 ; python_version >= '3.7' python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dotenv==1.0.0 @@ -14,7 +14,7 @@ pyyaml==6.0.1 setuptools==69.0.3 ; python_version >= '3.8' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sniffio==1.3.0 ; python_version >= '3.7' -starlette==0.32.0.post1 ; python_version >= '3.8' +starlette==0.36.2 ; python_version >= '3.8' typing-extensions==4.9.0 ; python_version >= '3.8' urllib3==2.0.7 ; python_version >= '3.7' uvicorn[standard]==0.25.0