From f37e4b90df2a9aeb94b47622313e9818e333941a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sat, 25 Apr 2020 11:37:20 +0200 Subject: [PATCH] Bump databases >=0.3.0,<0.4 --- Pipfile | 2 +- Pipfile.lock | 11 ++++++----- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 092ab6a6..ff7e55e0 100644 --- a/Pipfile +++ b/Pipfile @@ -33,7 +33,7 @@ fastapi = ">=0.54.0,<0.55.0" passlib = {extras = ["bcrypt"],version = "==1.7.2"} email-validator = "==1.0.5" sqlalchemy = ">=1.3.13,<1.4" -databases = "==0.2.6" +databases = ">=0.3.0,<0.4" pyjwt = "==1.7.1" python-multipart = "==0.0.5" motor = "==2.1.0" diff --git a/Pipfile.lock b/Pipfile.lock index da8a912e..2fa03c05 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "13ede3c78f004faead9c81285f4ff71ce2b709a7c1dc26de01e522b35fc75b89" + "sha256": "a48a987916237d8921c987fc4212dfc0f32a71235f5cbce8fe078e9e3b311be6" }, "pipfile-spec": 6, "requires": { @@ -86,10 +86,10 @@ }, "databases": { "hashes": [ - "sha256:a04db1d158a91db7bd49db16e14266e8e6c7336f06f88c700147690683c769a3" + "sha256:92b7f66c74d21eba54899ba88352311019131fb01ceaf076452949429e8d1b12" ], "index": "pypi", - "version": "==0.2.6" + "version": "==0.3.1" }, "dnspython": { "hashes": [ @@ -423,10 +423,10 @@ }, "databases": { "hashes": [ - "sha256:a04db1d158a91db7bd49db16e14266e8e6c7336f06f88c700147690683c769a3" + "sha256:92b7f66c74d21eba54899ba88352311019131fb01ceaf076452949429e8d1b12" ], "index": "pypi", - "version": "==0.2.6" + "version": "==0.3.1" }, "docutils": { "hashes": [ @@ -505,6 +505,7 @@ "sha256:405b4749f597b1f45cae5bffc17b23dc251cce30a0c4c8126f1007b9e728a615", "sha256:ce51c8e8ed2834447fde5a94650299fd74017b7da69cc786b6421fefda09a393" ], + "index": "pypi", "version": "==0.12.1" }, "httpx-oauth": { diff --git a/pyproject.toml b/pyproject.toml index c9962013..13b1c1cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requires = [ [tool.flit.metadata.requires-extra] sqlalchemy = [ "sqlalchemy >=1.3.13,<1.4", - "databases ==0.2.6", + "databases >=0.3.0,<0.4", ] mongodb = [ "motor ==2.1.0",