Skip to content

Commit

Permalink
Merge branch 'main' into issue_#304
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfy2k authored Dec 13, 2024
2 parents 7b030be + 88f13a9 commit 6b0ccc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ boto3 = "1.34.76" # AWS
django-storages = "1.14.2" # AWS S3
pillow = "10.3.0" # Images
tblib = "^3.0.0" # Exceptions and Tracebacks
django = "^5.0.7"
django = "^5.1.4"
django-mathfilters = "^1.0.0"
redis = { extras = ["hiredis"], version = "^5.0.1" }
django-webpack-loader = "^3.1.0"
Expand Down Expand Up @@ -52,7 +52,7 @@ types-pycurl = "^7.45.3.20240421"
types-six = "^1.16.21.20240513"

[tool.poetry.group.django.dependencies]
Django = "^5.0.7"
Django = "^5.1.4"
gunicorn = "22.0.0"
social-auth-app-django = "5.4.1"
django-environ = "0.11.2"
Expand Down

0 comments on commit 6b0ccc5

Please sign in to comment.