From cf52f5c61db3c866692821d2320eb0745bc362fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 07:58:44 +0100 Subject: [PATCH] Bump fastapi from 0.44.1 to 0.45.0 (#73) * Bump fastapi from 0.44.1 to 0.45.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.44.1 to 0.45.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Changelog](https://github.com/tiangolo/fastapi/blob/master/docs/history-design-future.md) - [Commits](https://github.com/tiangolo/fastapi/compare/0.44.1...0.45.0) Signed-off-by: dependabot-preview[bot] * Bump fastapi from 0.44.1 to 0.45.0 in pyproject --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++-------- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index bad82a11..8dd800af 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ pymdown-extensions = "*" bumpversion = "*" [packages] -fastapi = "==0.44.1" +fastapi = "==0.45.0" passlib = {extras = ["bcrypt"],version = "==1.7.2"} email-validator = "==1.0.5" sqlalchemy = "==1.3.11" diff --git a/Pipfile.lock b/Pipfile.lock index c1e46acd..e3a3be36 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "af870c6e391fb57dc88f1157509521d1c68be4d37bb68c539e2dbb115d58aa25" + "sha256": "83fad9e228b2c82c08ace5232ce6c93067036fa8e06045a8f4c037133b38ec5a" }, "pipfile-spec": 6, "requires": { @@ -18,9 +18,9 @@ "default": { "aiosqlite": { "hashes": [ - "sha256:ad84fbd7516ca7065d799504fc41d6845c938e5306d1b7dd960caaeda12e22a9" + "sha256:4f02314a42db6722dc26f2a6119c64e3f05f141f57bbf2b1e1f9fd741b6d7fb8" ], - "version": "==0.10.0" + "version": "==0.11.0" }, "bcrypt": { "hashes": [ @@ -112,11 +112,11 @@ }, "fastapi": { "hashes": [ - "sha256:04afe17ceaaa6c07a0377c2d2cafde864672f0489b5be21030e3d6ca2e47b0ac", - "sha256:5e053824ffbdd7041812f4c77e6def17a557edc12f4fb061e00d7ee9a03aca3b" + "sha256:3f626eda9b6edaa17c90c21a4d0d1a97a2a2fcba43a55f8c425b6b37e832c8bb", + "sha256:44712863ca3899eb812a6869a2efe02d6be6ae972968c76a43d82ec472788f17" ], "index": "pypi", - "version": "==0.44.1" + "version": "==0.45.0" }, "idna": { "hashes": [ @@ -288,9 +288,9 @@ "develop": { "aiosqlite": { "hashes": [ - "sha256:ad84fbd7516ca7065d799504fc41d6845c938e5306d1b7dd960caaeda12e22a9" + "sha256:4f02314a42db6722dc26f2a6119c64e3f05f141f57bbf2b1e1f9fd741b6d7fb8" ], - "version": "==0.10.0" + "version": "==0.11.0" }, "appdirs": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 7d0e84f0..fc88ed72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ description-file = "README.md" requires-python = ">=3.7" requires = [ - "fastapi ==0.44.0", + "fastapi ==0.45.0", "passlib[bcrypt] ==1.7.1", "email-validator ==1.0.5", "pyjwt ==1.7.1",