aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-04 07:05:46 +0000
committerGravatar GitHub <[email protected]>2021-02-04 07:05:46 +0000
commit0da9c70b3fc593c447453c9db1ad685fa4b1e527 (patch)
tree3a36a3c5cb10cc5df004515c5e848c4793c92a27
parentMerge pull request #55 from python-discord/dependabot/pip/starlette-0.14.2 (diff)
Bump motor from 2.3.0 to 2.3.1
Bumps [motor](https://github.com/mongodb/motor) from 2.3.0 to 2.3.1. - [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.3.0...2.3.1) Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 0cece53..695b2e0 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -138,7 +138,7 @@ python-versions = "*"
[[package]]
name = "motor"
-version = "2.3.0"
+version = "2.3.1"
description = "Non-blocking MongoDB driver for Tornado or asyncio"
category = "main"
optional = false
@@ -375,7 +375,7 @@ python-versions = ">=3.6.1"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
-content-hash = "904e81839b6ee9744641752ad10d5b31191539f64b68c3753f27a67be53e0cec"
+content-hash = "a15c19ba0e55ede27d740b92e1754df1a23daf070edcf38c8b48e70c70f9b829"
[metadata.files]
certifi = [
@@ -441,8 +441,8 @@ mccabe = [
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
]
motor = [
- {file = "motor-2.3.0-py3-none-any.whl", hash = "sha256:428d94750123d19fcd0a89b8671ff9b4656f205217bad9f44161748c64c5fc80"},
- {file = "motor-2.3.0.tar.gz", hash = "sha256:f1692b760d834707e3477996ce8d407af8cd61c1a2abedbf81c22ef14675e61a"},
+ {file = "motor-2.3.1-py3-none-any.whl", hash = "sha256:ea5a8f5c7cbb08b7c301d7c66746fc96333d634182df236dff0f814f802fe232"},
+ {file = "motor-2.3.1.tar.gz", hash = "sha256:319df35ef9d4099dc125b7d46b552fa88578675e0b06cab94624c666bb0a8a90"},
]
nested-dict = [
{file = "nested_dict-1.61.tar.gz", hash = "sha256:de0fb5bac82ba7bcc23736f09373f18628ea57f92bbaa13480d23f261c41e771"},
diff --git a/pyproject.toml b/pyproject.toml
index 757d78e..cce3e52 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ python = "^3.9"
starlette = "^0.14.2"
nested_dict = "^1.61"
uvicorn = {extras = ["standard"], version = "^0.13.0"}
-motor = "^2.3.0"
+motor = "^2.3.1"
python-dotenv = "^0.15.0"
pyjwt = "^2.0.1"
httpx = "^0.16.1"