From 623560376c79eb7f73d8fa456ce2700c19b5a4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:31:06 +0000 Subject: [PATCH] build(deps-dev): bump the django group with 2 updates Updates the requirements on [django](https://github.com/django/django) and [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. Updates `django` to 5.0.3 - [Commits](https://github.com/django/django/compare/4.2...5.0.3) Updates `django-filter` to 24.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/23.2...24.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: django - dependency-name: django-filter dependency-type: direct:production dependency-group: django ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7ce6af698..d9f361e1cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,11 +42,11 @@ dependencies = [ # in minor version updates anytime "defusedcsv~=2.0", "defusedxml~=0.7.1", - "django>=4.2,<5.0", + "django>=4.2,<6.0", "django-cleanup~=8.0", "django-compressor~=4.4", "django-extensions~=3.2", - "django-filter~=23.2", + "django-filter>=23.2,<25.0", "django-libsass~=0.9", "django-mathfilters~=1.0", "django-mptt==0.14.0", # pinned, 0.15 requires Python >= 3.9