Skip to content

Commit

Permalink
⬆️ deps: Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent fbc957c commit 605cf63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions backend/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["PuQing <[email protected]>"]
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"
Expand All @@ -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.16"
bcrypt = "^4.1.2"
jinja2 = "^3.1.3"
tenacity = "^8.2.3"
Expand Down
2 changes: 1 addition & 1 deletion backend/backend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.13

WORKDIR /app/

Expand Down
2 changes: 1 addition & 1 deletion backend/celeryworker.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.13

WORKDIR /app/

Expand Down

0 comments on commit 605cf63

Please sign in to comment.