From 970ce64bebddc7aa5e41d90449fa2996ae52a295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:47:33 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.51.0 to 0.52.4 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.51.0 to 0.52.4. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.51.0...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.lock.txt | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.lock.txt b/requirements.lock.txt index 6901baabd..8390a219b 100644 --- a/requirements.lock.txt +++ b/requirements.lock.txt @@ -833,9 +833,9 @@ urllib3==2.7.0 \ --hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \ --hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897 # via botocore -uvicorn==0.51.0 \ - --hash=sha256:5d38af6cd620f2ae3849fb44fd4879e0890aa1febe8d47eb355fb45d93fe6a5b \ - --hash=sha256:f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0 +uvicorn==0.52.4 \ + --hash=sha256:73acfee47a0b133c5de13d219492d62d8a31e935f4fe6e41a232451a15379f86 \ + --hash=sha256:f86e41a149d7d05a9969337e3946a9c171c06a5d42680896daaba624aeac8da1 # via -r requirements.lock.tmp wrapt==1.17.3 \ --hash=sha256:02b551d101f31694fc785e58e0720ef7d9a10c4e62c1c9358ce6f63f23e30a56 \ diff --git a/requirements.txt b/requirements.txt index 8a1227f2b..bfca4287d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ aiofiles==25.1.0 fastapi==0.139.2 starlette==1.6.0 pydantic==2.12.5 -uvicorn==0.51.0 +uvicorn==0.52.4 tortoise-orm==0.25.3 python-multipart==0.0.32