Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
df1721fd16
Merge 0344183391 into 9d4aac2b8e 2025-12-02 14:10:51 +01:00
dependabot[bot]
0344183391
Update uvicorn requirement from ==0.35.* to ==0.38.* in /docker/main
Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version.
- [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.35.0...0.38.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 11:50:00 +00:00

View File

@ -5,7 +5,7 @@ aiohttp == 3.12.*
starlette == 0.47.* starlette == 0.47.*
starlette-context == 0.4.* starlette-context == 0.4.*
fastapi[standard-no-fastapi-cloud-cli] == 0.116.* fastapi[standard-no-fastapi-cloud-cli] == 0.116.*
uvicorn == 0.35.* uvicorn == 0.38.*
slowapi == 0.1.* slowapi == 0.1.*
joserfc == 1.2.* joserfc == 1.2.*
cryptography == 44.0.* cryptography == 44.0.*