From 999dd354c87dd61ab6e7fbfa44b0a2610dc35265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:52:14 +0000 Subject: [PATCH] Build(deps): bump fastapi from 0.108.0 to 0.109.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.108.0 to 0.109.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.108.0...0.109.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f35763a..088f8aae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -252,18 +252,18 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.108.0" +version = "0.109.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.108.0-py3-none-any.whl", hash = "sha256:8c7bc6d315da963ee4cdb605557827071a9a7f95aeb8fcdd3bde48cdc8764dd7"}, - {file = "fastapi-0.108.0.tar.gz", hash = "sha256:5056e504ac6395bf68493d71fcfc5352fdbd5fda6f88c21f6420d80d81163296"}, + {file = "fastapi-0.109.0-py3-none-any.whl", hash = "sha256:8c77515984cd8e8cfeb58364f8cc7a28f0692088475e2614f7bf03275eba9093"}, + {file = "fastapi-0.109.0.tar.gz", hash = "sha256:b978095b9ee01a5cf49b19f4bc1ac9b8ca83aa076e770ef8fd9af09a2b88d191"}, ] [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.29.0,<0.33.0" +starlette = ">=0.35.0,<0.36.0" typing-extensions = ">=4.8.0" [package.extras] @@ -908,13 +908,13 @@ files = [ [[package]] name = "starlette" -version = "0.32.0.post1" +version = "0.35.1" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.32.0.post1-py3-none-any.whl", hash = "sha256:cd0cb10ddb49313f609cedfac62c8c12e56c7314b66d89bb077ba228bada1b09"}, - {file = "starlette-0.32.0.post1.tar.gz", hash = "sha256:e54e2b7e2fb06dff9eac40133583f10dfa05913f5a85bf26f427c7a40a9a3d02"}, + {file = "starlette-0.35.1-py3-none-any.whl", hash = "sha256:50bbbda9baa098e361f398fda0928062abbaf1f54f4fadcbe17c092a01eb9a25"}, + {file = "starlette-0.35.1.tar.gz", hash = "sha256:3e2639dac3520e4f58734ed22553f950d3f3cb1001cd2eaac4d57e8cdc5f66bc"}, ] [package.dependencies] @@ -994,4 +994,4 @@ pydantic = ">=2.0,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ed39e5f6e090d452f706370f182c0f72fb524733b0b84cdd7a15b2d5b482c865" +content-hash = "fef56282ad0d6223eeb8973985a997813a0774ac83969b264be353ef2bd561e3" diff --git a/pyproject.toml b/pyproject.toml index 9b9e6b86..39e2f78b 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.109" +fastapi = ">=0.101,<0.110" httpx = ">=0.24,<0.27" pydantic = "^2.1" pymongo = "^4.4"