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

* Bump tortoise ==0.15.4 in pyproject.toml
This commit is contained in:
dependabot-preview[bot]
2019-12-04 07:21:55 +01:00
committed by François Voron
parent b5b0bbbb01
commit 5e4c7996de
3 changed files with 5 additions and 5 deletions

View File

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

6
Pipfile.lock generated
View File

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

View File

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