Bump fastapi from 0.47.1 to 0.48.0 (#99)

* 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] <support@dependabot.com>

* Bump fastapi

Co-authored-by: François Voron <fvoron@gmail.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-05 09:39:57 +01:00
committed by GitHub
parent ca8cd5debd
commit cc6b3a0d8f
3 changed files with 8 additions and 8 deletions

View File

@@ -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"

12
Pipfile.lock generated
View File

@@ -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": [

View File

@@ -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",