From 2da8ec31c8124231d0332a4e91740678327597a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 12:14:30 +0000 Subject: [PATCH] Bump fastapi from 0.54.1 to 0.55.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.54.1 to 0.55.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.54.1...0.55.1) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c647502..e697f5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -199,7 +199,7 @@ description = "FastAPI framework, high performance, easy to learn, fast to code, name = "fastapi" optional = false python-versions = ">=3.6" -version = "0.54.1" +version = "0.55.1" [package.dependencies] pydantic = ">=0.32.2,<2.0.0" @@ -811,7 +811,7 @@ python-versions = "*" version = "1.12.1" [metadata] -content-hash = "48a065d2fc0e7113d5ffb7139e73d3fbb9baae28a51d852592e4cadfe3b1fff9" +content-hash = "2e027212c08323aacd6ecb496462b1b43e47e70c02bcf7b591418437797100b1" python-versions = "^3.8" [metadata.files] @@ -953,8 +953,8 @@ docker = [ {file = "docker-4.2.0.tar.gz", hash = "sha256:ddae66620ab5f4bce769f64bcd7934f880c8abe6aa50986298db56735d0f722e"}, ] fastapi = [ - {file = "fastapi-0.54.1-py3-none-any.whl", hash = "sha256:1ee9a49f28d510b62b3b51a9452b274853bfc9c5d4b947ed054366e2d49f9efa"}, - {file = "fastapi-0.54.1.tar.gz", hash = "sha256:72f40f47e5235cb5cbbad1d4f97932ede6059290c07e12e9784028dcd1063d28"}, + {file = "fastapi-0.55.1-py3-none-any.whl", hash = "sha256:b1a96ea772f10cd0235eb09d6e282b1f5e6135dad5121ed80d6beb8fa932e075"}, + {file = "fastapi-0.55.1.tar.gz", hash = "sha256:912bc1a1b187146fd74dd45e17ea10aede3d962c921142c412458e911c50dc4c"}, ] filelock = [ {file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"}, diff --git a/pyproject.toml b/pyproject.toml index a90cc63..63d90bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.8" pendulum = "2.0.5" alembic = "^1.4.2" argon2-cffi = "^19.2.0" -fastapi = "^0.54.1" +fastapi = "^0.55.1" gunicorn = "^20.0.4" passlib = "^1.7.2" psycopg2-binary = "^2.8.5"