From 49fb499ef0b8934b4fe1275082db76af077c29e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:35:47 +0000 Subject: [PATCH] Build(deps): bump fastapi from 0.105.0 to 0.106.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.105.0 to 0.106.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.105.0...0.106.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 adbc412d..db139ab7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -252,13 +252,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.105.0" +version = "0.106.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"}, - {file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"}, + {file = "fastapi-0.106.0-py3-none-any.whl", hash = "sha256:193c2f1b495d1d6561a3dc1ca02a150757322247d895ff6bf15b6eefee24feb9"}, + {file = "fastapi-0.106.0.tar.gz", hash = "sha256:c7e7453ac8c4b7414bbafcf90127d743559808eee286ae2c9f99a501f0b534a0"}, ] [package.dependencies] @@ -995,4 +995,4 @@ pydantic = ">=2.0,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b178586d78daab7f0a6df8be031e1535931a254c59a95133eac91c869da275d8" +content-hash = "ec2022d7874675abfa1b88f501fe3c1a5ccadc25440dcf2ebb1ca1f10cf6c93f" diff --git a/pyproject.toml b/pyproject.toml index 26da3e1e..fe1b9f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ whist-server = "whist_server.cli:main" [tool.poetry.dependencies] python = "^3.9" -fastapi = ">=0.101,<0.106" +fastapi = ">=0.101,<0.107" httpx = ">=0.24,<0.27" pydantic = "^2.1" pymongo = "^4.4"