From 0b54953cb02a1f18fb0d4b5c166369606dd56b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:26:37 +0000 Subject: [PATCH] Bump fastapi from 0.112.4 to 0.115.2 in /server Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.4 to 0.115.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.4...0.115.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/poetry.lock | 12 ++++++------ server/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/server/poetry.lock b/server/poetry.lock index bd2be5a..57abff5 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -133,18 +133,18 @@ files = [ [[package]] name = "fastapi" -version = "0.112.4" +version = "0.115.2" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.4-py3-none-any.whl", hash = "sha256:6d4f9c3301825d4620665cace8e2bc34e303f61c05a5382d1d61a048ea7f2f37"}, - {file = "fastapi-0.112.4.tar.gz", hash = "sha256:b1f72e1f72afe7902ccd639ba320abb5d57a309804f45c10ab0ce3693cadeb33"}, + {file = "fastapi-0.115.2-py3-none-any.whl", hash = "sha256:61704c71286579cc5a598763905928f24ee98bfcc07aabe84cfefb98812bbc86"}, + {file = "fastapi-0.115.2.tar.gz", hash = "sha256:3995739e0b09fa12f984bce8fa9ae197b35d433750d3d312422d846e283697ee"}, ] [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.39.0" +starlette = ">=0.37.2,<0.41.0" typing-extensions = ">=4.8.0" [package.extras] @@ -512,4 +512,4 @@ crypto-eth-addresses = ["eth-hash[pycryptodome] (>=0.7.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ce33731bee913e481e55a9fe13eb822cbf441d86cb553d198b15eb5754e3ef5d" +content-hash = "c36ebffe4d36eb1af8113c19fe5436f1c1ea9c0e114120cb649a7e9a8db1b20c" diff --git a/server/pyproject.toml b/server/pyproject.toml index d27ddac..5ef62ef 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -17,7 +17,7 @@ bases = "0.3.0" cached-property = "^1.5.2" canonicaljson = "^2.0.0" click = "^8.1.7" -fastapi = "^0.112.0" +fastapi = "^0.115.2" h11 = "^0.14.0" idna = "^3.7" inflection = "^0.5.1"