diff options
author | 2021-02-28 13:25:43 +0200 | |
---|---|---|
committer | 2021-02-28 13:25:43 +0200 | |
commit | 66d03dce02dc0bebc5e395cd897aab40051558a1 (patch) | |
tree | d283d31057973880057e63341f92ce4475163f9a | |
parent | Merge branch 'main' into ks123/role-assigning (diff) | |
parent | Merge pull request #64 from python-discord/abouelela-codeowners (diff) |
Merge branch 'main' into ks123/role-assigning
-rw-r--r-- | .github/CODEOWNERS | 4 | ||||
-rw-r--r-- | poetry.lock | 14 | ||||
-rw-r--r-- | pyproject.toml | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 483fdc7..3fa665c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -# Request joe and ks123 for all PRs. -* @jb3 @ks129 +# Request joe, ks123, HassanAbouelela for all PRs. +* @jb3 @ks129 @HassanAbouelela diff --git a/poetry.lock b/poetry.lock index 1975a94..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 @@ -304,7 +304,7 @@ starlette = ["starlette"] [[package]] name = "starlette" -version = "0.14.1" +version = "0.14.2" description = "The little ASGI library that shines." category = "main" optional = false @@ -375,7 +375,7 @@ python-versions = ">=3.6.1" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "c7f19dd961f1b34c6ae680d94f25544cbf999aa2bdd0a4c7d70685c33e353588" +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"}, @@ -585,8 +585,8 @@ spectree = [ {file = "spectree-0.4.0.tar.gz", hash = "sha256:ee52f79d8e00b7e70ed9ef5a13c8d63d3718214ca7bd937afad6185b3035f986"}, ] starlette = [ - {file = "starlette-0.14.1-py3-none-any.whl", hash = "sha256:d2f55fb835378442b812637ed3e3fcef3d3e22d292fcb8400fa48d2473202411"}, - {file = "starlette-0.14.1.tar.gz", hash = "sha256:5268ef5d4904ec69582d5fd207b869a5aa0cd59529848ba4cf429b06e3ced99a"}, + {file = "starlette-0.14.2-py3-none-any.whl", hash = "sha256:3c8e48e52736b3161e34c9f0e8153b4f32ec5d8995a3ee1d59410d92f75162ed"}, + {file = "starlette-0.14.2.tar.gz", hash = "sha256:7d49f4a27f8742262ef1470608c59ddbc66baf37c148e938c7038e6bc7a998aa"}, ] urllib3 = [ {file = "urllib3-1.26.2-py2.py3-none-any.whl", hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"}, diff --git a/pyproject.toml b/pyproject.toml index 5a19918..cce3e52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -starlette = "^0.14.0" +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" |