From 2f4cea38809587010ab3436fda7e7e272ff8d0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:13:32 +0000 Subject: [PATCH] Update django-cms requirement from <4.0,>=3.7 to >=3.7,<5.0 Updates the requirements on [django-cms](https://github.com/django-cms/django-cms) to permit the latest version. - [Release notes](https://github.com/django-cms/django-cms/releases) - [Changelog](https://github.com/django-cms/django-cms/blob/4.1.2/CHANGELOG.rst) - [Commits](https://github.com/django-cms/django-cms/compare/3.7.0...4.1.2) --- updated-dependencies: - dependency-name: django-cms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fc2323a..fcfb839 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ classifiers = [options] include_package_data = True install_requires = - django-cms>=3.7,<4.0 + django-cms>=3.7,<5.0 django-meta>=2.4.0 django-filer>=3.0 setup_requires =