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 Jan 30, 2024
1 parent e9a356d commit 5328e1f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions backend/app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers = []
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.109.0"
uvicorn = { version = "^0.22.0", extras = ["standard"] }
uvicorn = { version = "^0.27.0", extras = ["standard"] }
gunicorn = "^21.2.0"
pydantic = { extras = ["email"], version = "^2.5.3" }
pydantic-settings = "^2"
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.10-alpine
FROM python:3.12-alpine

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.10-alpine
FROM python:3.12-alpine

WORKDIR /app/

Expand Down

0 comments on commit 5328e1f

Please sign in to comment.