From d512174a9563c97a93200db4d4571c164cd5143c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:16:24 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [fastapi](https://github.com/tiangolo/fastapi), [idna](https://github.com/kjd/idna), [starlette](https://github.com/encode/starlette) and [urllib3](https://github.com/urllib3/urllib3). 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) Updates `urllib3` from 2.0.7 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.2.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 - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f39ab2..309c2d0 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,9 +14,9 @@ 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' +urllib3==2.2.2 ; python_version >= '3.7' uvicorn[standard]==0.25.0 uvloop==0.19.0 watchfiles==0.21.0