From 5e4c7996de8b009ded13fda8bbd15f791285bc5c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 07:21:55 +0100 Subject: [PATCH] Bump tortoise-orm from 0.15.1 to 0.15.4 (#67) * Bump tortoise-orm from 0.15.1 to 0.15.4 Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.15.1 to 0.15.4. - [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.1...0.15.4) Signed-off-by: dependabot-preview[bot] * Bump tortoise ==0.15.4 in pyproject.toml --- Pipfile | 2 +- Pipfile.lock | 6 +++--- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index afc94978..9a0b1b96 100644 --- a/Pipfile +++ b/Pipfile @@ -34,7 +34,7 @@ databases = "==0.2.6" pyjwt = "==1.7.1" python-multipart = "==0.0.5" motor = "==2.0.0" -tortoise-orm = "==0.15.1" +tortoise-orm = "==0.15.4" [requires] python_version = "3.7" diff --git a/Pipfile.lock b/Pipfile.lock index 58ffa2a5..b561330d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "78d0c10e48c0662beb7525d9173388d78804f2a9ba7e4d993b50c63e9d57059b" + "sha256": "51fe95238c964c3fe24e581f21c02097e667b0ef32824f33c891c49521741ad0" }, "pipfile-spec": 6, "requires": { @@ -245,10 +245,10 @@ }, "tortoise-orm": { "hashes": [ - "sha256:590a036f224cc3627fbcd950b7492ec98b8411df3491b725eb49c8b5edeaf54c" + "sha256:90d1c4cc2038bcfd8c436106a2a5e667354208b2f4db8a63b96a05e6125e73f5" ], "index": "pypi", - "version": "==0.15.1" + "version": "==0.15.4" }, "typing-extensions": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index bb2ea1ad..662815ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ mongodb = [ "motor ==2.0.0", ] tortoise-orm = [ - "tortoise-orm ==0.15.1" + "tortoise-orm ==0.15.4" ] [tool.flit.metadata.urls]