diff --git a/poetry.lock b/poetry.lock index be9d8381..dfae6808 100644 --- a/poetry.lock +++ b/poetry.lock @@ -850,14 +850,14 @@ test = ["pytest"] [[package]] name = "fastapi" -version = "0.127.0" +version = "0.128.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "fastapi-0.127.0-py3-none-any.whl", hash = "sha256:725aa2bb904e2eff8031557cf4b9b77459bfedd63cae8427634744fd199f6a49"}, - {file = "fastapi-0.127.0.tar.gz", hash = "sha256:5a9246e03dcd1fdb19f1396db30894867c1d630f5107dc167dcbc5ed1ea7d259"}, + {file = "fastapi-0.128.0-py3-none-any.whl", hash = "sha256:aebd93f9716ee3b4f4fcfe13ffb7cf308d99c9f3ab5622d8877441072561582d"}, + {file = "fastapi-0.128.0.tar.gz", hash = "sha256:1cc179e1cef10a6be60ffe429f79b829dce99d8de32d7acb7e6c8dfdf7f2645a"}, ] [package.dependencies] @@ -3405,4 +3405,4 @@ starlette = ["aioitertools", "starlette"] [metadata] lock-version = "2.1" python-versions = "^3.9.0" -content-hash = "4fce8ffe4dc4e81be21963e4ccaa1a2c9cd3a2420f872b7254b271e278341659" +content-hash = "46fec06aa2ade7139dcf379bf2c328f5b1c91ce7554eb90e4f52961f06f0481d" diff --git a/pyproject.toml b/pyproject.toml index ecda90ed..aa8f185c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ jsonschema-path = "^0.3.4" jsonschema = "^4.23.0" multidict = {version = "^6.0.4", optional = true} aioitertools = {version = ">=0.11,<0.14", optional = true} -fastapi = {version = ">=0.111,<0.128", optional = true} +fastapi = {version = ">=0.111,<0.129", optional = true} typing-extensions = "^4.8.0" [tool.poetry.extras] @@ -110,7 +110,7 @@ deptry = ">=0.11,<0.24" aiohttp = "^3.8.4" pytest-aiohttp = "^1.1.0" pyflakes = "^3.1.0" -fastapi = ">=0.111,<0.128" +fastapi = ">=0.111,<0.129" tbump = "^6.11.0" [tool.poetry.group.docs.dependencies]