diff options
| author | 2022-03-13 12:44:56 +0400 | |
|---|---|---|
| committer | 2022-03-13 12:44:56 +0400 | |
| commit | 38c401bccdc75826992bbf4f455ecaea70513467 (patch) | |
| tree | a16366ef333bbecfc69750038a8ad68c81703213 /pyproject.toml | |
| parent | Merge pull request #152 from python-discord/dependabot/pip/starlette-0.19.0 (diff) | |
| parent | Bump spectree from 0.7.2 to 0.7.6 (diff) | |
Merge pull request #149 from python-discord/dependabot/pip/spectree-0.7.6
Bump spectree from 0.7.2 to 0.7.6
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 66b14f6..6e5573f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyjwt = "^2.3.0"  httpx = "^0.22.0"  gunicorn = "^20.1.0"  pydantic = "^1.8.2" -spectree = "^0.7.2" +spectree = "^0.7.6"  deepmerge = "^1.0.1"  sentry-sdk = "^1.0.0"  |