From d09d8e0dc41d5ea244bb23a4ad9f806fece714d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:19:12 +0000 Subject: [PATCH] build(deps): Bump fastapi from 0.115.4 to 0.115.5 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.4 to 0.115.5. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.4...0.115.5) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1f7feff8..1e283c67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -389,13 +389,13 @@ probabilistic = ["pyprobables (>=0.6,<0.7)"] [[package]] name = "fastapi" -version = "0.115.4" +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.4-py3-none-any.whl", hash = "sha256:0b504a063ffb3cf96a5e27dc1bc32c80ca743a2528574f9cdc77daa2d31b4742"}, - {file = "fastapi-0.115.4.tar.gz", hash = "sha256:db653475586b091cb8b2fec2ac54a680ac6a158e07406e1abae31679e8826349"}, + {file = "fastapi-0.115.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"}, + {file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"}, ] [package.dependencies] @@ -1656,4 +1656,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "eb5d43ce2d4efdc95011ef4f62c13a4d03664e751b6be13cb2be81532728410b" +content-hash = "3a983297c6e8023e232fdae5956f00631e721ab9d5f3afaa462858be9ef91760" diff --git a/pyproject.toml b/pyproject.toml index 6cad873f..208ad29f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -fastapi = { extras = ["standard"], version = "^0.115.4" } +fastapi = { extras = ["standard"], version = "^0.115.5" } pynacl = "^1.5.0" requests = "^2.32.3" podman = "^5.1.0"