From bd80629a364570eee91e7968cd95d5dd7e4491f0 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 6 Jul 2024 00:35:40 +0100 Subject: Update all dependencies --- pyproject.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'pyproject.toml') 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 "] 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"] -- cgit v1.2.3