aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-06 00:35:40 +0100
committerGravatar Joe Banks <[email protected]>2024-07-06 00:35:40 +0100
commitbd80629a364570eee91e7968cd95d5dd7e4491f0 (patch)
tree16d6a762ec8ee984ca9ccb1f00cfcb1d7727379f /pyproject.toml
parentMigration to official Sentry release CI action (#275) (diff)
Update all dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml28
1 files changed, 14 insertions, 14 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2f1046d..b9c496b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,23 +6,23 @@ authors = ["Joe Banks <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
-python = "^3.9"
-starlette = "^0.20.4"
+python = "^3.12"
+starlette = "^0.37.2"
nested_dict = "^1.61"
-uvicorn = {extras = ["standard"], version = "^0.18.2"}
-motor = "3.0.0"
-python-dotenv = "^0.20.0"
-pyjwt = "^2.4.0"
-httpx = "^0.23.0"
-gunicorn = "^20.1.0"
-pydantic = "^1.8.2"
-spectree = "^0.10.5"
-deepmerge = "^1.0.1"
-sentry-sdk = "^1.9.3"
+uvicorn = { extras = ["standard"], version = "^0.30.1" }
+motor = "3.5.0"
+python-dotenv = "^1.0.1"
+pyjwt = "^2.8.0"
+httpx = "^0.27.0"
+gunicorn = "^22.0.0"
+pydantic = "^1.10.17"
+spectree = "^1.2.10"
+deepmerge = "^1.1.1"
+sentry-sdk = "^2.7.1"
[tool.poetry.dev-dependencies]
-flake8 = "^5.0.4"
-flake8-annotations = "^2.9.1"
+flake8 = "^7.1.0"
+flake8-annotations = "^3.1.1"
[build-system]
requires = ["poetry>=0.12"]