diff --git a/poetry.lock b/poetry.lock index d6ebef4..ac9fc9d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -188,13 +188,13 @@ test = ["pytest (>=6)"] [[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] @@ -845,4 +845,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9547fd5fa15dac1ec1841df1ca8a4c0ada6869c4aa095c55206dbe7d75495031" +content-hash = "00e996c33154f9d3bfcd54096790f6d6d73f9817e5d02f4c33a1a13b343eab5a" diff --git a/pyproject.toml b/pyproject.toml index ef14863..e01c85f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Divanshu Chauhan "] [tool.poetry.dependencies] python = "^3.9" -fastapi = "^0.103.1" +fastapi = "^0.103.2" gunicorn = "^20.1.0" uvicorn = "^0.23.2" requests = "^2.31.0"