From 9c23c7cc49efddf23a682270a56135ed98afec57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 07:31:25 +0100 Subject: [PATCH] Bump tortoise-orm from 0.15.18 to 0.16.0 (#133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump tortoise-orm from 0.15.18 to 0.16.0 Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.15.18 to 0.16.0. - [Release notes](https://github.com/tortoise/tortoise-orm/releases) - [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/tortoise/tortoise-orm/compare/0.15.18...0.16.0) Signed-off-by: dependabot-preview[bot] * Bump tortoise-orm in pyproject Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: François Voron --- Pipfile | 2 +- Pipfile.lock | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 136b5788..52ded408 100644 --- a/Pipfile +++ b/Pipfile @@ -35,7 +35,7 @@ databases = "==0.2.6" pyjwt = "==1.7.1" python-multipart = "==0.0.5" motor = "==2.1.0" -tortoise-orm = ">=0.15.18,<0.16.0" +tortoise-orm = ">=0.15.18,<0.17.0" [requires] python_version = "3.7" diff --git a/Pipfile.lock b/Pipfile.lock index 9642247a..3f7bb796 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "37754f50909980de9122679b942dba7c5c36cb84fb83ed94f31129317afd8bcf" + "sha256": "d02d18c4329aeaa0a563c7247b565df65bc0ec864502cb2b84c4bbb472557228" }, "pipfile-spec": 6, "requires": { @@ -268,10 +268,10 @@ }, "tortoise-orm": { "hashes": [ - "sha256:65e9dcf0f333bbbe74c67049fb1b4e181f1aaedc28116ef6253b7e0555c73bcf" + "sha256:23ed1a2daa5b053d36cbd12289965a9b5e890a805ca8c40c76df8638aa1c1ef0" ], "index": "pypi", - "version": "==0.15.18" + "version": "==0.16.0" }, "typing-extensions": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index d9656f37..2c8eba7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ mongodb = [ "motor ==2.1.0", ] tortoise-orm = [ - "tortoise-orm >=0.15.18,<0.16.0" + "tortoise-orm >=0.16.0,<0.17.0" ] oauth = [ "httpx-oauth >0.2,<0.3"