From cf71850eabc35a3a34b8b2ab961e588135860f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:43:25 +0000 Subject: [PATCH] chore(deps): Bump the api-dependencies group with 4 updates Bumps the api-dependencies group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [pydantic](https://github.com/pydantic/pydantic), [starlette](https://github.com/encode/starlette) and [uvicorn](https://github.com/encode/uvicorn). Updates `fastapi` from 0.115.4 to 0.115.5 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.115.5) Updates `pydantic` from 2.9.2 to 2.10.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.2) Updates `starlette` from 0.41.2 to 0.41.3 - [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.2...0.41.3) Updates `uvicorn` from 0.32.0 to 0.32.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.0...0.32.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: api-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: api-dependencies - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-patch dependency-group: api-dependencies - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: api-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ff89b76..9e8597a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.8.30 charset-normalizer==3.4.0 click==8.1.7 colorama==0.4.6 -fastapi==0.115.4 +fastapi==0.115.5 flake8==7.1.1 h11==0.14.0 idna==3.10 @@ -20,14 +20,14 @@ prettytable==3.12.0 prometheus-client==0.21.0 pycodestyle==2.12.1 pycryptodome==3.21.0 -pydantic==2.9.2 +pydantic==2.10.2 pydub==0.25.1 pyflakes==3.2.0 requests==2.32.3 sniffio==1.3.1 -starlette==0.41.2 +starlette==0.41.3 tidal-dl==2022.10.31.1 typing_extensions==4.12.2 urllib3==2.2.3 -uvicorn==0.32.0 +uvicorn==0.32.1 wcwidth==0.2.13