diff --git a/poetry.lock b/poetry.lock index 9068b92..248d889 100644 --- a/poetry.lock +++ b/poetry.lock @@ -401,18 +401,18 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.115.2" +version = "0.115.4" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.115.2-py3-none-any.whl", hash = "sha256:61704c71286579cc5a598763905928f24ee98bfcc07aabe84cfefb98812bbc86"}, - {file = "fastapi-0.115.2.tar.gz", hash = "sha256:3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee"}, + {file = "fastapi-0.115.4-py3-none-any.whl", hash = "sha256:0b504a063ffb3cf96a5e27dc1bc32c80ca743a2528574f9cdc77daa2d31b4742"}, + {file = "fastapi-0.115.4.tar.gz", hash = "sha256:db653475586b091cb8b2fec2ac54a680ac6a158e07406e1abae31679e8826349"}, ] [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" -starlette = ">=0.37.2,<0.41.0" +starlette = ">=0.40.0,<0.42.0" typing-extensions = ">=4.8.0" [package.extras] @@ -1473,13 +1473,13 @@ files = [ [[package]] name = "starlette" -version = "0.38.6" +version = "0.41.2" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.6-py3-none-any.whl", hash = "sha256:4517a1409e2e73ee4951214ba012052b9e16f60e90d73cfb06192c19203bbb05"}, - {file = "starlette-0.38.6.tar.gz", hash = "sha256:863a1588f5574e70a821dadefb41e4881ea451a47a3cd1b4df359d4ffefe5ead"}, + {file = "starlette-0.41.2-py3-none-any.whl", hash = "sha256:fbc189474b4731cf30fcef52f18a8d070e3f3b46c6a04c97579e85e6ffca942d"}, + {file = "starlette-0.41.2.tar.gz", hash = "sha256:9834fd799d1a87fd346deb76158668cfa0b0d56f85caefe8268e2d97c3468b62"}, ] [package.dependencies] @@ -1901,4 +1901,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8, <4.0" -content-hash = "c636b1a7229944493c555a1a08e0a13b3126afd9ece1da4a68a87f803ff3cf37" +content-hash = "0fc479d32345598b366eb3df6d2ac56f20d7072fea69709c11060d095d17ca8e" diff --git a/pyproject.toml b/pyproject.toml index 32ffe52..11de861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ tesla-smart-charger = "tesla_smart_charger.__main__:main" [tool.poetry.dependencies] python = "^3.8, <4.0" requests = "^2.32.3" -fastapi = "^0.115.2" +fastapi = "^0.115.4" uvicorn = {extras = ["standard"], version = "^0.32.0"} retrying = "^1.3.4"