Bump tortoise-orm from 0.15.18 to 0.16.0 (#133)

* Bump tortoise-orm from 0.15.18 to 0.16.0

Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.15.18 to 0.16.0.
- [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.18...0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump tortoise-orm in pyproject

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: François Voron <fvoron@gmail.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-16 07:31:25 +01:00
committed by GitHub
parent 8987df456a
commit 9c23c7cc49
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.18,<0.16.0"
tortoise-orm = ">=0.15.18,<0.17.0"
[requires]
python_version = "3.7"

6
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "37754f50909980de9122679b942dba7c5c36cb84fb83ed94f31129317afd8bcf"
"sha256": "d02d18c4329aeaa0a563c7247b565df65bc0ec864502cb2b84c4bbb472557228"
},
"pipfile-spec": 6,
"requires": {
@ -268,10 +268,10 @@
},
"tortoise-orm": {
"hashes": [
"sha256:65e9dcf0f333bbbe74c67049fb1b4e181f1aaedc28116ef6253b7e0555c73bcf"
"sha256:23ed1a2daa5b053d36cbd12289965a9b5e890a805ca8c40c76df8638aa1c1ef0"
],
"index": "pypi",
"version": "==0.15.18"
"version": "==0.16.0"
},
"typing-extensions": {
"hashes": [

View File

@ -37,7 +37,7 @@ mongodb = [
"motor ==2.1.0",
]
tortoise-orm = [
"tortoise-orm >=0.15.18,<0.16.0"
"tortoise-orm >=0.16.0,<0.17.0"
]
oauth = [
"httpx-oauth >0.2,<0.3"