diff options
| author | 2022-03-13 12:29:53 +0400 | |
|---|---|---|
| committer | 2022-03-13 12:29:53 +0400 | |
| commit | 63589c50cb8f847488a5a9d73cbab312467f6409 (patch) | |
| tree | c9acc111311a338db1f6fe265b67cc30acb4f1e6 /pyproject.toml | |
| parent | Merge pull request #145 from python-discord/fix-eval-exploits (diff) | |
| parent | Bump uvicorn from 0.17.4 to 0.17.6 (diff) | |
Merge pull request #153 from python-discord/dependabot/pip/uvicorn-0.17.6
Bump uvicorn from 0.17.4 to 0.17.6
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 a405831..6719931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.9" starlette = "^0.14.2" nested_dict = "^1.61" -uvicorn = {extras = ["standard"], version = "^0.17.4"} +uvicorn = {extras = ["standard"], version = "^0.17.6"} motor = "^2.4.0" python-dotenv = "^0.19.2" pyjwt = "^2.3.0" |