aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-16 15:52:37 +0000
committerGravatar GitHub <[email protected]>2021-04-16 15:52:37 +0000
commit911eabb9d0691e369304d875bc3ccccc139a641e (patch)
tree2120242ace1c94129c0ee540a4e3e64518ba588e
parentMerge pull request #82 from python-discord/dependabot/pip/flake8-3.9.1 (diff)
Bump motor from 2.3.1 to 2.4.0
Bumps [motor](https://github.com/mongodb/motor) from 2.3.1 to 2.4.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.3.1...2.4.0) Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 8 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 3d3451f..8760ef4 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -138,7 +138,7 @@ python-versions = "*"
[[package]]
name = "motor"
-version = "2.3.1"
+version = "2.4.0"
description = "Non-blocking MongoDB driver for Tornado or asyncio"
category = "main"
optional = false
@@ -147,6 +147,9 @@ python-versions = ">=3.5.2"
[package.dependencies]
pymongo = ">=3.11,<4"
+[package.extras]
+encryption = ["pymongo[encryption] (>=3.11,<4)"]
+
[[package]]
name = "nested-dict"
version = "1.61"
@@ -390,7 +393,7 @@ python-versions = ">=3.6.1"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
-content-hash = "3c1bcca340c27b76a4ebf522b349154d05e3a3d2bb17bb63eb9ba6631748cb7c"
+content-hash = "16ba5455bf1b598ef9a2f8b64bbcd16d6caa0066cf93c08657300d1001e143c7"
[metadata.files]
certifi = [
@@ -455,8 +458,8 @@ mccabe = [
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
]
motor = [
- {file = "motor-2.3.1-py3-none-any.whl", hash = "sha256:ea5a8f5c7cbb08b7c301d7c66746fc96333d634182df236dff0f814f802fe232"},
- {file = "motor-2.3.1.tar.gz", hash = "sha256:319df35ef9d4099dc125b7d46b552fa88578675e0b06cab94624c666bb0a8a90"},
+ {file = "motor-2.4.0-py3-none-any.whl", hash = "sha256:839c11a43897dbec8e5ba0e87a9c9b877239803126877b2efa5cef89aa6b687a"},
+ {file = "motor-2.4.0.tar.gz", hash = "sha256:1196db507142ef8f00d953efa2f37b39335ef2d72af6ce4fbccfd870b65c5e9f"},
]
nested-dict = [
{file = "nested_dict-1.61.tar.gz", hash = "sha256:de0fb5bac82ba7bcc23736f09373f18628ea57f92bbaa13480d23f261c41e771"},
diff --git a/pyproject.toml b/pyproject.toml
index 06ff685..a93a930 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.4"}
-motor = "^2.3.1"
+motor = "^2.4.0"
python-dotenv = "^0.17.0"
pyjwt = "^2.0.1"
httpx = "^0.17.1"