From 090485b27143c7e5b7a77badbcb10dbc58cf0a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:17:14 +0000 Subject: [PATCH] Bump starlette from 0.38.0 to 0.40.0 Bumps [starlette](https://github.com/encode/starlette) from 0.38.0 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](https://github.com/encode/starlette/compare/0.38.0...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7582cd4..e7a9ca0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -900,13 +900,13 @@ starlette = ["starlette[full]"] [[package]] name = "starlette" -version = "0.38.0" +version = "0.40.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.0-py3-none-any.whl", hash = "sha256:dd58f5854ca4fc476710e48d61b29fa4ff3639d42604a786f9d2091e64b95c7e"}, - {file = "starlette-0.38.0.tar.gz", hash = "sha256:1ac2291e946a56bb5ca929dbb2332fc0dfd1e609c7e4d4f2056925cc0442874e"}, + {file = "starlette-0.40.0-py3-none-any.whl", hash = "sha256:c494a22fae73805376ea6bf88439783ecfba9aac88a43911b48c653437e784c4"}, + {file = "starlette-0.40.0.tar.gz", hash = "sha256:1a3139688fb298ce5e2d661d37046a66ad996ce94be4d4983be019a23a04ea35"}, ] [package.dependencies] @@ -1258,4 +1258,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "87d3616ee3731f4a180dfb8f8acc630e94b25d9c486311c90f35e9d8622d1c5e" +content-hash = "56ee037360a02f36539cf1b4057440aa7a3acb4a65dea305b895260d41416715" diff --git a/pyproject.toml b/pyproject.toml index 1bf7240..53170ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.12" -starlette = "^0.38.0" +starlette = "^0.40.0" nested_dict = "^1.61" uvicorn = { extras = ["standard"], version = "^0.30.1" } motor = "3.5.1"