Bump motor from 2.0.0 to 2.1.0 (#74)

* Bump motor from 2.0.0 to 2.1.0

Bumps [motor](https://github.com/mongodb/motor) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/mongodb/motor/releases)
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/motor/compare/2.0.0...2.1.0)

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

*  Bump motor from 2.0.0 to 2.1.0
This commit is contained in:
dependabot-preview[bot]
2019-12-12 07:40:04 +01:00
committed by François Voron
parent 8b346ddfcc
commit 4883c87222
3 changed files with 7 additions and 6 deletions

View File

@ -33,7 +33,7 @@ sqlalchemy = "==1.3.11"
databases = "==0.2.6"
pyjwt = "==1.7.1"
python-multipart = "==0.0.5"
motor = "==2.0.0"
motor = "==2.1.0"
tortoise-orm = "==0.15.5"
[requires]

9
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "afa3724b8e1ecdc92bb120ebe4c41f04cba2d22ccd5e37c18fb81143e3c29214"
"sha256": "af870c6e391fb57dc88f1157509521d1c68be4d37bb68c539e2dbb115d58aa25"
},
"pipfile-spec": 6,
"requires": {
@ -127,11 +127,12 @@
},
"motor": {
"hashes": [
"sha256:462fbb824f4289481c158227a2579d6adaf1ec7c70cf7ebe60ed6ceb321e5869",
"sha256:d035c09ab422bc50bf3efb134f7405694cae76268545bd21e14fb22e2638f84e"
"sha256:599719bc6dcddc3b9ea4e09659fb0073d5fadcc24735999b2902f48cef33f909",
"sha256:756c587985d166166e644ccd36fb8b586fb987eb42fc0fc60cce9a3d76d809b4",
"sha256:97b4fc0a00a84df30f866d18693c503eef46c7642f75218a2c44d74d835be38a"
],
"index": "pypi",
"version": "==2.0.0"
"version": "==2.1.0"
},
"passlib": {
"extras": [

View File

@ -34,7 +34,7 @@ sqlalchemy = [
"databases ==0.2.6",
]
mongodb = [
"motor ==2.0.0",
"motor ==2.1.0",
]
tortoise-orm = [
"tortoise-orm ==0.15.4"