aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-05 14:57:32 +0000
committerGravatar GitHub <[email protected]>2022-02-05 14:57:32 +0000
commit434c70d34c8be7521615e756a8f722995096f858 (patch)
tree479bdb51d8d92f703d6a3e17374a8ab80fd33852 /pyproject.toml
parentMerge pull request #111 from python-discord/dependabot/pip/pyjwt-2.3.0 (diff)
Bump python-dotenv from 0.17.0 to 0.19.2
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.17.0 to 0.19.2. - [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.17.0...v0.19.2) --- 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 c9b7610..f4f25dc 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.4.0"
-python-dotenv = "^0.17.0"
+python-dotenv = "^0.19.2"
pyjwt = "^2.3.0"
httpx = "^0.17.1"
gunicorn = "^20.1.0"