diff options
author | 2021-01-17 22:38:16 +0000 | |
---|---|---|
committer | 2021-01-17 22:38:16 +0000 | |
commit | 76a723392aad60fa62d9f1e31fda63c5088ea1c2 (patch) | |
tree | e3c85a051631851028956d82fc8bd7245da8f466 /pyproject.toml | |
parent | Merge pull request #52 from python-discord/dependabot/pip/flake8-annotations-... (diff) | |
parent | Bump 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.toml | 2 |
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" |