From 2a537fbb2d0caec34e26d64ac09971c83ae285aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 10:49:40 +0100 Subject: [PATCH] Bump tortoise-orm from 0.15.7 to 0.15.9 (#91) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump tortoise-orm from 0.15.7 to 0.15.9 Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.15.7 to 0.15.9. - [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.7...0.15.9) Signed-off-by: dependabot-preview[bot] * Bump tortoise-orm 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 b101b6ea..9badacbd 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.7" +tortoise-orm = "==0.15.9" [requires] python_version = "3.7" diff --git a/Pipfile.lock b/Pipfile.lock index af995a1c..da87ce98 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3723c798fdb2c6d9980d81cfb6d3494c6c3d55cb8052168d93172a18b5231a59" + "sha256": "ffcf9dc56bced08a8b89ea62bded5e1d716d803bf9497c312dcdf8d89853c9b4" }, "pipfile-spec": 6, "requires": { @@ -271,10 +271,10 @@ }, "tortoise-orm": { "hashes": [ - "sha256:d97327112c202d53afc0eac589aa01314d718128e97d4e952072bd6d84a8c2c7" + "sha256:5ad7247c037fdf195c0913307f6dbde85a2d294289a3c9c0a54866266f7287d6" ], "index": "pypi", - "version": "==0.15.7" + "version": "==0.15.9" }, "typing-extensions": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 19f5296b..d751b5bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ mongodb = [ "motor ==2.1.0", ] tortoise-orm = [ - "tortoise-orm ==0.15.7" + "tortoise-orm ==0.15.9" ] oauth = [ "httpx-oauth ==0.2.0"