aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-17 22:38:16 +0000
committerGravatar GitHub <[email protected]>2021-01-17 22:38:16 +0000
commit76a723392aad60fa62d9f1e31fda63c5088ea1c2 (patch)
treee3c85a051631851028956d82fc8bd7245da8f466 /pyproject.toml
parentMerge pull request #52 from python-discord/dependabot/pip/flake8-annotations-... (diff)
parentBump pyjwt from 2.0.0 to 2.0.1 (diff)
Merge pull request #53 from python-discord/dependabot/pip/pyjwt-2.0.1
Bump pyjwt from 2.0.0 to 2.0.1
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 4121f80..5a19918 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ nested_dict = "^1.61"
uvicorn = {extras = ["standard"], version = "^0.13.0"}
motor = "^2.3.0"
python-dotenv = "^0.15.0"
-pyjwt = "^2.0.0"
+pyjwt = "^2.0.1"
httpx = "^0.16.1"
gunicorn = "^20.0.4"
pydantic = "^1.7.2"