aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-28 21:58:06 +0000
committerGravatar GitHub <[email protected]>2022-07-28 21:58:06 +0000
commitd074cc532bc1bc623a62c82ad08fc4992d08cc17 (patch)
treea8e8ea2dd07dd8a2b4b1c7625ed67af9a888d74b /pyproject.toml
parentMerge pull request #185 from python-discord/dependabot/pip/spectree-0.10.3 (diff)
Bump python-dotenv from 0.19.2 to 0.20.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 0.20.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.19.2...v0.20.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0cb33db..f5df985 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ starlette = "^0.20.4"
nested_dict = "^1.61"
uvicorn = {extras = ["standard"], version = "^0.18.2"}
motor = "3.0.0"
-python-dotenv = "^0.19.2"
+python-dotenv = "^0.20.0"
pyjwt = "^2.4.0"
httpx = "^0.23.0"
gunicorn = "^20.1.0"