From 0ec5bb19c798a3064a0428d57480d4f0f1304a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:46:35 +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 ffb36cc..20f1cb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -271,13 +271,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] @@ -808,4 +808,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a7edc2e4b19828c0dddcdf99ff6f5a72912f8981e01a214c24fb777ea177c1da" +content-hash = "e8786e1b300fcde4706a65a4ed96098f393dd2dcb24a19e1ab5eb754c3ebdf9f" diff --git a/pyproject.toml b/pyproject.toml index 66235e5..d6077d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ classifiers = ["License :: OSI Approved :: Apache Software License", "Developmen [tool.poetry.dependencies] python = "^3.9" -fastapi = ">=0.70,<0.106" +fastapi = ">=0.70,<0.107" uvicorn = ">=0.15,<0.26" dependency-injector = "^4.37.0" PyYAML = "^6.0"