Bump tortoise-orm from 0.15.7 to 0.15.9 (#91)

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

* Bump tortoise-orm

Co-authored-by: François Voron <fvoron@gmail.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-20 10:49:40 +01:00
committed by François Voron
parent 9d45ca08ff
commit 2a537fbb2d
3 changed files with 5 additions and 5 deletions

View File

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

6
Pipfile.lock generated
View File

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

View File

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