Skip to content

Commit 1ac6db3

Browse files
deps: update uvicorn requirement from >=0.46.0 to >=0.47.0 (#52)
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](Kludex/uvicorn@0.46.0...0.47.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb9bf70 commit 1ac6db3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-worker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fastapi>=0.136.1
2-
uvicorn>=0.46.0
2+
uvicorn>=0.47.0
33
uvloop>=0.22.1
44
httptools>=0.6
55
docker>=7.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fastapi>=0.136.1
2-
uvicorn>=0.46.0
2+
uvicorn>=0.47.0
33
uvloop>=0.22.1
44
httptools>=0.6
55
jinja2>=3.1.6

0 commit comments

Comments
 (0)