From 6b38320366a4e947daf9d0b0c4ee9c080c63e30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:33:11 +0000 Subject: [PATCH] chore(deps): bump django from 5.1.1 to 5.1.4 Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3fd0cb95b..f4871f7ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1159,13 +1159,13 @@ files = [ [[package]] name = "django" -version = "5.1.1" +version = "5.1.4" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.1.1-py3-none-any.whl", hash = "sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f"}, - {file = "Django-5.1.1.tar.gz", hash = "sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2"}, + {file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, + {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, ] [package.dependencies] @@ -4241,4 +4241,4 @@ test = ["coverage (>=5.3)", "tomli (>=2.0.1)", "tox"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "e2bd211471c70f947c64f5d1944b763a09db833837c36b6875564220bbc615e6" +content-hash = "3f18891c493f3f06033e77adada9f65860eede24c7accc9f6b57e949ed9b4269" diff --git a/pyproject.toml b/pyproject.toml index 199ed487c..52a204a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"