Skip to content

Commit

Permalink
updates django version
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 4, 2024
1 parent 9af2385 commit 40bc9f9
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-bullseye
FROM python:3.12-slim-bookworm
ARG BUILD_DATE
ARG VERSION

Expand Down
89 changes: 75 additions & 14 deletions pdm.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [
{name = "sax", email = "[email protected]"},
{name = "Domenico DiNicola", email = "[email protected]"},
]
requires-python = ">=3.11"
requires-python = ">=3.12"
dependencies = [
"Faker",
"Markdown",
Expand Down Expand Up @@ -68,6 +68,7 @@ dependencies = [
"beautifulsoup4",
"django-anymail[mailjet]",
"uwsgi",
"django-smart-env>=0.1.0",
]
name = "Aurora"
version = "0.1"
Expand Down

0 comments on commit 40bc9f9

Please sign in to comment.