diff options
| author | 2021-02-08 10:23:18 +0000 | |
|---|---|---|
| committer | 2021-02-08 10:23:18 +0000 | |
| commit | c6cd8feb43caad2129d118074397fd4e629cd048 (patch) | |
| tree | 3a36a3c5cb10cc5df004515c5e848c4793c92a27 /pyproject.toml | |
| parent | Merge pull request #55 from python-discord/dependabot/pip/starlette-0.14.2 (diff) | |
| parent | Bump motor from 2.3.0 to 2.3.1 (diff) | |
Merge pull request #56 from python-discord/dependabot/pip/motor-2.3.1
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |