diff options
author | 2021-03-11 06:53:04 +0000 | |
---|---|---|
committer | 2021-03-11 06:53:04 +0000 | |
commit | 90ce6c0f9741b79293f877e586490009d3f5c213 (patch) | |
tree | 458905a55d78b02361a93293292821a42437847c /pyproject.toml | |
parent | Fixes Production URL Constant (diff) |
Bump deepmerge from 0.1.1 to 0.2.1
Bumps [deepmerge](https://github.com/toumorokoshi/deepmerge) from 0.1.1 to 0.2.1.
- [Release notes](https://github.com/toumorokoshi/deepmerge/releases)
- [Commits](https://github.com/toumorokoshi/deepmerge/compare/v0.1.1...v0.2.1)
Signed-off-by: dependabot[bot] <[email protected]>
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] |