diff options
author | 2021-03-15 02:26:51 +0300 | |
---|---|---|
committer | 2021-03-15 02:28:46 +0300 | |
commit | 817d16a911fb64847d03c1b35d194d98fad89c43 (patch) | |
tree | 56e305ae50bbe1a04b0654340ac3038bc8bac006 /pyproject.toml | |
parent | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 (diff) | |
parent | Merge pull request #70 from python-discord/dependabot/pip/deepmerge-0.2.1 (diff) |
Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
# pyproject.toml
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 4ea0099..97ee75e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ httpx = "^0.17.0" gunicorn = "^20.0.4" pydantic = "^1.8.1" spectree = "^0.4.0" -deepmerge = "^0.1.1" +deepmerge = "^0.2.1" sentry-sdk = "^0.20.3" [tool.poetry.dev-dependencies] |