From 87012d5d60336934a21dd6b79ddf422051206abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 06:58:46 +0000 Subject: Bump starlette from 0.14.1 to 0.14.2 Bumps [starlette](https://github.com/encode/starlette) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.14.1...0.14.2) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1975a94..0cece53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = "904e81839b6ee9744641752ad10d5b31191539f64b68c3753f27a67be53e0cec" [metadata.files] certifi = [ @@ -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..757d78e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ 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" -- cgit v1.2.3 From 0da9c70b3fc593c447453c9db1ad685fa4b1e527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 07:05:46 +0000 Subject: 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 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" -- cgit v1.2.3 From dd4d4b7f90d07c8eaf92cf4523e2e801baf25397 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> Date: Sun, 28 Feb 2021 12:38:27 +0300 Subject: Adds Hassan Abouelela To Code Owners Signed-off-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3