From d213f00cd6987e7c018607cb761a2a93a058f418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:34:30 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [h11](https://github.com/python-hyper/h11), [setuptools](https://github.com/pypa/setuptools), [starlette](https://github.com/encode/starlette) and [urllib3](https://github.com/urllib3/urllib3). Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) Updates `setuptools` from 75.2.0 to 79.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v79.0.1) Updates `starlette` from 0.41.0 to 0.46.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.41.0...0.46.2) Updates `urllib3` from 2.2.3 to 2.4.0 - [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.2.3...2.4.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-version: 79.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 0.46.2 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.4.0 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 92474b9..4d4844a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ 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 -h11==0.14.0 ; python_version >= '3.7' +h11==0.16.0 ; python_version >= '3.7' httptools==0.6.1 idna==3.10 ; python_version >= '3.5' install==1.3.5 @@ -12,12 +12,12 @@ 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 pyyaml==6.0.1 -setuptools==75.2.0 ; python_version >= '3.8' +setuptools==79.0.1 ; 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.41.0 ; python_version >= '3.8' +starlette==0.46.2 ; python_version >= '3.8' typing-extensions==4.9.0 ; python_version >= '3.8' -urllib3==2.2.3 ; python_version >= '3.7' +urllib3==2.4.0 ; python_version >= '3.7' uvicorn[standard]==0.25.0 uvloop==0.19.0 watchfiles==0.21.0