diff --git a/poetry.lock b/poetry.lock index b1bf184..ac7a849 100644 --- a/poetry.lock +++ b/poetry.lock @@ -432,18 +432,18 @@ gmpy2 = ["gmpy2"] [[package]] name = "fastapi" -version = "0.115.2" +version = "0.115.5" 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.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"}, + {file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"}, ] [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] @@ -1145,4 +1145,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6c3efe33e348c80c0e50824968b73312b239f488b81a318d0989ffe73948864c" +content-hash = "0027faf02b8b0b14c4c172dcb02aa3f8f6df02df48da29d5e099cc52615abf3d" diff --git a/pyproject.toml b/pyproject.toml index d3c65f9..5d103c4 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 = "^0.115.2" +fastapi = "^0.115.5" requests = "^2.32.3" python-jose = "^3.3.0" python-keycloak = "^4.7.0"