From d457f1ba2e56cb277f8cab38f193c0956caf9a0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:02:09 +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 | 10 +++++----- backend/backend.dockerfile | 2 +- backend/celeryworker.dockerfile | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/app/pyproject.toml b/backend/app/pyproject.toml index 58e9784..9bde37e 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.34.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.18" +python-multipart = "^0.0.19" bcrypt = "^4.1.2" jinja2 = "^3.1.3" tenacity = "^8.2.3" @@ -31,7 +31,7 @@ psycopg = { extras = ["binary"], version = "^3.1.13" } scrapy = "^2.11.0" feedparser = "^6.0.11" gensim = "^4.3.2" -rectools = "^0.8.0" +rectools = "^0.9.0" mjml-python = "^1.3.0" @@ -40,7 +40,7 @@ pytest = "^8.0.0" pytest-cov = "^4.0.0" anyio = "^4.2.0" pytest-env = "^1.1.3" -httpx = "^0.27.0" +httpx = "^0.28.0" [build-system] diff --git a/backend/backend.dockerfile b/backend/backend.dockerfile index 94849bf..b6c8f24 100644 --- a/backend/backend.dockerfile +++ b/backend/backend.dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.13 WORKDIR /app/ diff --git a/backend/celeryworker.dockerfile b/backend/celeryworker.dockerfile index 81bda31..931f501 100644 --- a/backend/celeryworker.dockerfile +++ b/backend/celeryworker.dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.13 WORKDIR /app/