diff --git a/poetry.lock b/poetry.lock index babf639..4ab17b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -400,13 +400,13 @@ files = [ [[package]] name = "fastapi" -version = "0.103.1" +version = "0.103.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.103.1-py3-none-any.whl", hash = "sha256:5e5f17e826dbd9e9b5a5145976c5cd90bcaa61f2bf9a69aca423f2bcebe44d83"}, - {file = "fastapi-0.103.1.tar.gz", hash = "sha256:345844e6a82062f06a096684196aaf96c1198b25c06b72c1311b882aa2d8a35d"}, + {file = "fastapi-0.103.2-py3-none-any.whl", hash = "sha256:3270de872f0fe9ec809d4bd3d4d890c6d5cc7b9611d721d6438f9dacc8c4ef2e"}, + {file = "fastapi-0.103.2.tar.gz", hash = "sha256:75a11f6bfb8fc4d2bec0bd710c2d5f2829659c0e8c0afd5560fdda6ce25ec653"}, ] [package.dependencies] @@ -1313,4 +1313,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9c38b59176efa0a6f579d1c5c117169c1070a7685a67bd429fa75eaada8192c0" +content-hash = "4f52c10002b7ebdc1a7792222a4f40fc69ddc1c10b076c2e984bdac18000b434" diff --git a/pyproject.toml b/pyproject.toml index 0a172fc..6f5c73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.11" slack-bolt = ">=1.10.0,<2.0.0" pymongo = { extras = ["srv"], version = "^4.5.0" } -fastapi = "^0.103.1" +fastapi = "^0.103.2" uvicorn = "^0.23.2" [tool.poetry.group.dev.dependencies]