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] committed Feb 23, 2024
1 parent 550a01f commit ff76c8b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 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 @@ -37,7 +37,7 @@ pytest = "^8.0.0"
pytest-cov = "^4.0.0"
anyio = "^4.2.0"
pytest-env = "^1.1.3"
httpx = "^0.26.0"
httpx = "^0.27.0"


[build-system]
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 ff76c8b

Please sign in to comment.