Skip to content

Commit 1c92521

Browse files
Bump starlette in /examples/fastapi-background-tasks/app (#530)
Bumps [starlette](https://github.com/encode/starlette) from 0.36.3 to 0.40.0. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.36.3...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e4b9d6 commit 1c92521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fastapi-background-tasks/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pydantic==2.6.1
1111
pydantic_core==2.16.2
1212
requests==2.32.0
1313
sniffio==1.3.0
14-
starlette==0.36.3
14+
starlette==0.40.0
1515
typing_extensions==4.9.0
1616
urllib3==2.2.2
1717
uvicorn==0.27.0.post1

0 commit comments

Comments
 (0)