diff options
| author | 2022-08-03 22:13:49 +0100 | |
|---|---|---|
| committer | 2022-08-03 22:13:49 +0100 | |
| commit | 20e7c1db0a2739be830ac2a8a95194b93091867f (patch) | |
| tree | 0b7073c8b4ad514b33a41a857caa8f60f6fc33be /pyproject.toml | |
| parent | Merge pull request #192 from python-discord/dependabot/pip/flake8-5.0.2 (diff) | |
| parent | Bump spectree from 0.10.3 to 0.10.4 (diff) | |
Merge pull request #194 from python-discord/dependabot/pip/spectree-0.10.4
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 b66470c..7b5f59f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyjwt = "^2.4.0" httpx = "^0.23.0" gunicorn = "^20.1.0" pydantic = "^1.8.2" -spectree = "^0.10.3" +spectree = "^0.10.4" deepmerge = "^1.0.1" sentry-sdk = "^1.9.0" |