diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6be4c08..09e3df4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,12 +13,12 @@ uvicorn = {extras = ["standard"], version = "^0.13.4"} motor = "^2.3.1" python-dotenv = "^0.15.0" pyjwt = "^2.0.1" -httpx = "^0.17.0" +httpx = "^0.17.1" gunicorn = "^20.0.4" pydantic = "^1.8.1" spectree = "^0.4.0" -deepmerge = "^0.1.1" -sentry-sdk = "^0.19.5" +deepmerge = "^0.2.1" +sentry-sdk = "^1.0.0" [tool.poetry.dev-dependencies] flake8 = "^3.8.4" |