From 554163c11fe9263ffa9ab63c8e7e55a087116dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 02:32:44 +0000 Subject: [PATCH] build(deps-dev): bump fastapi from 0.82.0 to 0.83.0 (#827) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.82.0 to 0.83.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.82.0...0.83.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 7416625..7f4400a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -312,7 +312,7 @@ python-versions = "*" [[package]] name = "fastapi" -version = "0.82.0" +version = "0.83.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "dev" optional = false @@ -1408,7 +1408,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "2cf16cf9874433c3442f4ad7f4a352c7bf8db918708d5c28baefad36f7ca80ce" +content-hash = "63f02ac747f59cf6ed11cf078fe1104da3232a3adfeb229dd1804260c265f996" [metadata.files] aiomysql = [ @@ -1687,8 +1687,8 @@ distlib = [ {file = "distlib-0.3.6.tar.gz", hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46"}, ] fastapi = [ - {file = "fastapi-0.82.0-py3-none-any.whl", hash = "sha256:a4269329a7374c78f6e92c195d14cc4ce3a525e25b79e62edf2df8196469743f"}, - {file = "fastapi-0.82.0.tar.gz", hash = "sha256:5ee7b7473a55940a18d4869ff57d29c372363bf8d3033a0e660a8cf38b1d3d9e"}, + {file = "fastapi-0.83.0-py3-none-any.whl", hash = "sha256:694a2b6c2607a61029a4be1c6613f84d74019cb9f7a41c7a475dca8e715f9368"}, + {file = "fastapi-0.83.0.tar.gz", hash = "sha256:96eb692350fe13d7a9843c3c87a874f0d45102975257dd224903efd6c0fde3bd"}, ] filelock = [ {file = "filelock-3.8.0-py3-none-any.whl", hash = "sha256:617eb4e5eedc82fc5f47b6d61e4d11cb837c56cb4544e39081099fa17ad109d4"}, diff --git a/pyproject.toml b/pyproject.toml index edb5afe..d599b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ pytest = "^7.1.3" pytest-cov = "^3.0.0" codecov = "^2.1.12" pytest-asyncio = "^0.18.3" -fastapi = ">=0.70.1,<0.83" +fastapi = ">=0.70.1,<0.84" flake8 = "^3.9.2" flake8-black = "^0.3.3" flake8-bugbear = "^22.9.11"