aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 50eb9be..c324b5d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,22 +7,22 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
-starlette = "^0.14.2"
+starlette = "^0.19.0"
nested_dict = "^1.61"
-uvicorn = {extras = ["standard"], version = "^0.13.4"}
+uvicorn = {extras = ["standard"], version = "^0.17.6"}
motor = "^2.4.0"
-python-dotenv = "^0.17.0"
-pyjwt = "^2.0.1"
-httpx = "^0.17.1"
+python-dotenv = "^0.19.2"
+pyjwt = "^2.3.0"
+httpx = "^0.22.0"
gunicorn = "^20.1.0"
-pydantic = "^1.8.1"
-spectree = "^0.4.2"
-deepmerge = "^0.2.1"
-sentry-sdk = "^1.0.0"
+pydantic = "^1.8.2"
+spectree = "^0.7.6"
+deepmerge = "^1.0.1"
+sentry-sdk = "^1.5.7"
[tool.poetry.dev-dependencies]
-flake8 = "^3.9.1"
-flake8-annotations = "^2.6.2"
+flake8 = "^4.0.1"
+flake8-annotations = "^2.7.0"
[build-system]
requires = ["poetry>=0.12"]