diff options
| author | 2021-04-04 08:43:15 +0000 | |
|---|---|---|
| committer | 2021-04-04 08:43:15 +0000 | |
| commit | d5c712fee91de25f976bf5868955febbb6ab5131 (patch) | |
| tree | de8c7537e70ab0fe1acc70e8ff753716da7e9557 /pyproject.toml | |
| parent | Merge pull request #75 from python-discord/dependabot/pip/gunicorn-20.1.0 (diff) | |
Bump python-dotenv from 0.15.0 to 0.17.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.15.0 to 0.17.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.15.0...v0.17.0)
Signed-off-by: dependabot[bot] <[email protected]>
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" |