From b93cf317ed16c9c88ee5dba194ccb7b5e922e684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:23:34 +0000 Subject: [PATCH] :arrow_up: Bump starlette from 0.37.2 to 0.38.2 Bumps [starlette](https://github.com/encode/starlette) from 0.37.2 to 0.38.2. - [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.37.2...0.38.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... 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 589adfb..9e95751 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2274,13 +2274,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.37.2" +version = "0.38.2" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"}, - {file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"}, + {file = "starlette-0.38.2-py3-none-any.whl", hash = "sha256:4ec6a59df6bbafdab5f567754481657f7ed90dc9d69b0c9ff017907dd54faeff"}, + {file = "starlette-0.38.2.tar.gz", hash = "sha256:c7c0441065252160993a1a37cf2a73bb64d271b17303e0b0c1eb7191cfb12d75"}, ] [package.dependencies] @@ -2640,4 +2640,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "049526d92979474424b2aab257ef9145c5786f5a678c6225484887f83395bf08" +content-hash = "ddc0a3b1f6ab4467a3d6846b36c7254b5079ffa82f48272f316385ae365bc729" diff --git a/pyproject.toml b/pyproject.toml index 935a2e3..dea5465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pyinstrument = "^4.6.2" python = "^3.11" sentry-sdk = {extras = ["starlette"], version = "^2.7.1"} sqlalchemy = "^2.0.31" -starlette = "^0.37.2" +starlette = ">=0.37.2,<0.39.0" typer = "^0.12.3" uvicorn = {extras = ["standard"], version = "^0.30.1"}