From adc1fdf795545d6df392eef1f460a5dd0a606149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:29:31 +0000 Subject: [PATCH] chore(deps): bump django from 5.1.4 to 5.1.5 Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.4...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4871f7ba..78b2b1390 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1159,13 +1159,13 @@ files = [ [[package]] name = "django" -version = "5.1.4" +version = "5.1.5" 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.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, - {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, + {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"}, + {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"}, ] [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 = "3f18891c493f3f06033e77adada9f65860eede24c7accc9f6b57e949ed9b4269" +content-hash = "06937d446765261f4e4a2d50c64143e4319f94a4bfdcc5071717fd504b4aa7dc" diff --git a/pyproject.toml b/pyproject.toml index 52a204a09..25767c3f4 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.1.4" +django = "^5.1.5" 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.1.4" +Django = "^5.1.5" gunicorn = "22.0.0" social-auth-app-django = "5.4.1" django-environ = "0.11.2"