diff --git a/poetry.lock b/poetry.lock index 4fb687d..0732904 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1429,13 +1429,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.38.2" +version = "0.38.4" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.2-py3-none-any.whl", hash = "sha256:4ec6a59df6bbafdab5f567754481657f7ed90dc9d69b0c9ff017907dd54faeff"}, - {file = "starlette-0.38.2.tar.gz", hash = "sha256:c7c0441065252160993a1a37cf2a73bb64d271b17303e0b0c1eb7191cfb12d75"}, + {file = "starlette-0.38.4-py3-none-any.whl", hash = "sha256:526f53a77f0e43b85f583438aee1a940fd84f8fd610353e8b0c1a77ad8a87e76"}, + {file = "starlette-0.38.4.tar.gz", hash = "sha256:53a7439060304a208fea17ed407e998f46da5e5d9b1addfea3040094512a6379"}, ] [package.dependencies] @@ -1887,4 +1887,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "cb775b214e32999e383707a9f3129a138dafc64ca8eaa93c1cb479df6028f5d8" +content-hash = "fb906febcef98501979aae9bbc15212070bb134a5a0d5e66b9711e63014ca351" diff --git a/pyproject.toml b/pyproject.toml index bd99389..049b7e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ mypy = "^1.11.2" pre-commit = "^3.8.0" fastapi = {extras = ["all"], version = "^0.112.2"} uvicorn = "^0.30.6" -starlette = "^0.38.2" +starlette = "^0.38.4" requests = "^2.32.3" types-requests = "^2.32.0.20240712" urllib3 = "^2.2.2"