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 Feb 3, 2024
1 parent a310789 commit 83bce69
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 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 @@ -20,7 +20,7 @@ sqlmodel = "^0.0.14"
python-jose = { extras = ["cryptography"], version = "^3.3.0" }
passlib = "^1.7.4"
emails = "^0.6"
python-multipart = "^0.0.6"
python-multipart = "^0.0.7"
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.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 83bce69

Please sign in to comment.