diff --git a/poetry.lock b/poetry.lock index 6fbdf32..11f527d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -578,20 +578,20 @@ packaging = "*" [[package]] name = "fastapi" -version = "0.121.2" +version = "0.123.9" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "fastapi-0.121.2-py3-none-any.whl", hash = "sha256:f2d80b49a86a846b70cc3a03eb5ea6ad2939298bf6a7fe377aa9cd3dd079d358"}, - {file = "fastapi-0.121.2.tar.gz", hash = "sha256:ca8e932b2b823ec1721c641e3669472c855ad9564a2854c9899d904c2848b8b9"}, + {file = "fastapi-0.123.9-py3-none-any.whl", hash = "sha256:f54c69f23db14bd3dbcdfaf3fdce0483ca5f499512380c8e379a70cda30aa920"}, + {file = "fastapi-0.123.9.tar.gz", hash = "sha256:ab33d672d8e1cc6e0b49777eb73c32ccf20761011f5ca16755889ab406fd1de0"}, ] [package.dependencies] annotated-doc = ">=0.0.2" 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.40.0,<0.50.0" +starlette = ">=0.40.0,<0.51.0" typing-extensions = ">=4.8.0" [package.extras] @@ -1412,4 +1412,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "310dd6f56134a94b03b87077252d533f71a5a66450c2a46773196eefb81dffa7" +content-hash = "7e3bdc07dae236ecd682ed029d9b7894c030091bf828bda2e20ccc155e1ae9b8" diff --git a/pyproject.toml b/pyproject.toml index cc51a5c..cca00bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "regtech_api_commons", from = "src"}] [tool.poetry.dependencies] python = "^3.12" -fastapi = { version = "^0.121.2", extras = ["anyio=^4.4.0"]} +fastapi = { version = "^0.123.9", extras = ["anyio=^4.4.0"]} requests = "^2.32.5" python-keycloak = "^5.8.1" pydantic-settings = "^2.12.0"