Skip to content

Commit

Permalink
Update django-cms requirement from <4.0,>=3.7 to >=3.7,<5.0
Browse files Browse the repository at this point in the history
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](django-cms/django-cms@3.7.0...4.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent cd4eca6 commit 2f4cea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 2f4cea3

Please sign in to comment.