From cc6b3a0d8fb5dc56317be9d012514752bc7ac2d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 09:39:57 +0100 Subject: [PATCH] Bump fastapi from 0.47.1 to 0.48.0 (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump fastapi from 0.47.1 to 0.48.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.47.1 to 0.48.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.47.1...0.48.0) Signed-off-by: dependabot-preview[bot] * Bump fastapi Co-authored-by: François Voron --- Pipfile | 2 +- Pipfile.lock | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 17935b42..461354a6 100644 --- a/Pipfile +++ b/Pipfile @@ -27,7 +27,7 @@ bumpversion = "*" httpx-oauth = "*" [packages] -fastapi = "==0.47.1" +fastapi = "==0.48.0" passlib = {extras = ["bcrypt"],version = "==1.7.2"} email-validator = "==1.0.5" sqlalchemy = "==1.3.13" diff --git a/Pipfile.lock b/Pipfile.lock index 4c3daa2a..d04055f2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5defe55c097a2f61875cee03db13aa30c83904f084aa54d32375ebbba0cefb38" + "sha256": "da69c295db6d06f8f183a7325b1595a663947816668dc311864213e6177847e8" }, "pipfile-spec": 6, "requires": { @@ -112,11 +112,11 @@ }, "fastapi": { "hashes": [ - "sha256:3130313f23935d99150953422dfe5f6b43f043b6fe3aac22cc4c8d537a4464d9", - "sha256:be62491f536dc50041913a37bdcd6b5e05c84e756ff331506b5afeddec859013" + "sha256:2e00347f6a84291a5f04302733fbcf7c2ad9c674c0d0448cbee661db0e01ca16", + "sha256:87d409d3ac3957713c016ba3b28fa5214e0903d4351cc3fe486b170d29e8aacd" ], "index": "pypi", - "version": "==0.47.1" + "version": "==0.48.0" }, "idna": { "hashes": [ @@ -470,9 +470,9 @@ }, "hstspreload": { "hashes": [ - "sha256:93c360debe16a74821ebd04eb9844597da904b99db1b7e6280c778f4df422eb1" + "sha256:e1fc3184ddf1c8b1af7143b28d76cf648fe385cf29b6d4e7bc9d8fbab98867be" ], - "version": "==2020.2.1" + "version": "==2020.2.5" }, "htmlmin": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 17b41452..96781354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ description-file = "README.md" requires-python = ">=3.7" requires = [ - "fastapi ==0.47.1", + "fastapi ==0.48.0", "passlib[bcrypt] ==1.7.2", "email-validator ==1.0.5", "pyjwt ==1.7.1",