diff --git a/poetry.lock b/poetry.lock index ae86322..6f03f99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2254,13 +2254,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] @@ -2620,4 +2620,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "346e9e0ed43e35b85c4fa7a32b224d0a70a518fc004e7707027a49fdad2e80dc" +content-hash = "5abf9f88e3504e8b4b280d3e6cbea8e57bc1d95c396d72d3fa5b3cc214630122" diff --git a/pyproject.toml b/pyproject.toml index 5c657fe..ccfee90 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"}