diff options
author | 2021-03-15 02:22:10 +0300 | |
---|---|---|
committer | 2021-03-15 02:22:10 +0300 | |
commit | 742eed932c43636bb4484ffc4f4e4c31a711399c (patch) | |
tree | cdfac8fbb8cb98864d251917ea1c2854a6c3257e /pyproject.toml | |
parent | Use .gitattributes to normalise line endings (diff) | |
parent | Merge branch 'main' into dependabot/pip/deepmerge-0.2.1 (diff) |
Merge pull request #70 from python-discord/dependabot/pip/deepmerge-0.2.1
Bump deepmerge from 0.1.1 to 0.2.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 6be4c08..3e3984d 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.19.5" [tool.poetry.dev-dependencies] |