diff options
| author | 2021-04-04 11:46:16 +0300 | |
|---|---|---|
| committer | 2021-04-04 11:46:16 +0300 | |
| commit | bcbbd5d5f66c6333793ef797eae5652b2ec669ee (patch) | |
| tree | de8c7537e70ab0fe1acc70e8ff753716da7e9557 /pyproject.toml | |
| parent | Merge pull request #75 from python-discord/dependabot/pip/gunicorn-20.1.0 (diff) | |
| parent | Bump python-dotenv from 0.15.0 to 0.17.0 (diff) | |
Merge pull request #78 from python-discord/dependabot/pip/python-dotenv-0.17.0
Bump python-dotenv from 0.15.0 to 0.17.0
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 5d9117c..73ae984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ starlette = "^0.14.2" nested_dict = "^1.61" uvicorn = {extras = ["standard"], version = "^0.13.4"} motor = "^2.3.1" -python-dotenv = "^0.15.0" +python-dotenv = "^0.17.0" pyjwt = "^2.0.1" httpx = "^0.17.1" gunicorn = "^20.1.0" |