Skip to content

Commit

Permalink
Upgrade postgres and Django
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Oct 18, 2024
1 parent e3f551c commit 206a084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- client:/home/node/app/client/dist

db:
image: postgres:16-alpine
image: postgres:17-alpine
volumes:
- pgdata:/var/lib/postgresql/data/
- .data/db_dumps:/db_dumps
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "django-layout"
version = "4.0"
requires-python = ">=3.12"
dependencies = [
"django==5.0.*",
"django==5.1.*",
"dj-database-url",
"goodconf[yaml]",
"django-alive",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 206a084

Please sign in to comment.