From e2c92f2d1a308aaecb04e62667ac3e0e670ca171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 07:42:02 +0100 Subject: [PATCH] chore(deps): update dependency fastapi to >=0.105,<0.106 (#254) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 81c1b50..ee91baa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -790,13 +790,13 @@ tests = ["asttokens", "littleutils", "pytest", "rich"] [[package]] name = "fastapi" -version = "0.104.1" +version = "0.105.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.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"}, - {file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"}, + {file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"}, + {file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"}, ] [package.dependencies] @@ -2740,4 +2740,4 @@ sentry = ["structlog-sentry"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "c10f53ab7c139b06b6098aad2f54235f937a64fb1140aa278d76be98a3c8e3ca" +content-hash = "52509c1c10d121750c82b9cc6608783a332a531286f5ac313c542fa5bc846c8d" diff --git a/pyproject.toml b/pyproject.toml index 395c67e..6adb8b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ flake8 = "^6.1.0" mypy = "^1.5.0" pytest = "^7.4.0" pytest_codeblocks = "^0.17.0" -fastapi = ">=0.104.1,<0.105" +fastapi = ">=0.105,<0.106" requests = "^2.31.0" pytest-cov = "^4.1.0" types-requests = "^2.28.11.14"