diff --git a/poetry.lock b/poetry.lock index 3bb048c..31c6bd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1451,13 +1451,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.38.5" +version = "0.38.6" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.5-py3-none-any.whl", hash = "sha256:632f420a9d13e3ee2a6f18f437b0a9f1faecb0bc42e1942aa2ea0e379a4c4206"}, - {file = "starlette-0.38.5.tar.gz", hash = "sha256:04a92830a9b6eb1442c766199d62260c3d4dc9c4f9188360626b1e0273cb7077"}, + {file = "starlette-0.38.6-py3-none-any.whl", hash = "sha256:4517a1409e2e73ee4951214ba012052b9e16f60e90d73cfb06192c19203bbb05"}, + {file = "starlette-0.38.6.tar.gz", hash = "sha256:863a1588f5574e70a821dadefb41e4881ea451a47a3cd1b4df359d4ffefe5ead"}, ] [package.dependencies] @@ -1909,4 +1909,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "e97b76c6a881f7bfc69f54f19f16d552b459aa1fb2445f5b7a80ff9961bf9eee" +content-hash = "1aa16eb50c7dac7960844966e06ec3f39676540359631b48d1854665b62371c5" diff --git a/pyproject.toml b/pyproject.toml index 309030e..323fa12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ mypy = "^1.11.2" pre-commit = "^3.8.0" fastapi = {extras = ["all"], version = "^0.115.0"} uvicorn = "^0.30.6" -starlette = "^0.38.5" +starlette = "^0.38.6" requests = "^2.32.3" types-requests = "^2.32.0.20240914" urllib3 = "^2.2.3"