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

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