From d5a1e5d46114bbc6ccaef83e796c97983c09c3df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:29:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?ies=20(non-major)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/pyproject.toml b/backend/app/pyproject.toml index 102020a..3b777ad 100644 --- a/backend/app/pyproject.toml +++ b/backend/app/pyproject.toml @@ -6,9 +6,9 @@ authors = ["PuQing "] maintainers = [] [tool.poetry.dependencies] -python = ">=3.12,<3.13" +python = ">=3.13,<3.14" fastapi = "^0.115.0" -uvicorn = { version = "^0.31.0", extras = ["standard"] } +uvicorn = { version = "^0.32.0", extras = ["standard"] } gunicorn = "^21.2.0" pydantic = { extras = ["email"], version = "^2.5.3" } pydantic-settings = "^2" @@ -20,7 +20,7 @@ sqlmodel = "^0.0.22" python-jose = { extras = ["cryptography"], version = "^3.3.0" } passlib = "^1.7.4" emails = "^0.6" -python-multipart = "^0.0.12" +python-multipart = "^0.0.17" bcrypt = "^4.1.2" jinja2 = "^3.1.3" tenacity = "^8.2.3"