Skip to content

Commit

Permalink
chore(deps): bump django from 5.1.4 to 5.1.5
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5.
- [Commits](django/django@5.1.4...5.1.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent b5c5a51 commit adc1fdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.1.4"
django = "^5.1.5"
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.1.4"
Django = "^5.1.5"
gunicorn = "22.0.0"
social-auth-app-django = "5.4.1"
django-environ = "0.11.2"
Expand Down

0 comments on commit adc1fdf

Please sign in to comment.