Skip to content

Commit c72a0f4

Browse files
committed
Remove Django <6.0 upper bound
1 parent fd196fc commit c72a0f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## [Unreleased]
44

5-
## [1.4.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.4.0) - 2025-04-02
5+
## [1.4.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.4.0) - 2025-04-08
66

77
### Added
88

99
- Add support for Django 5.2 ([#253](https://github.com/torchbox/django-pattern-library/issues/253))
1010
- Add emoji favicon to avoid favicon.ico requests from the browser
1111

12+
### Removed
13+
14+
- Remove Django `<6.0` dependency upper bound, allowing installs of arbitrary future Django versions
15+
1216
## [1.3.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.3.0) - 2024-12-11
1317

1418
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exclude = [
4444

4545
[tool.poetry.dependencies]
4646
python = "^3.9"
47-
Django = ">=4.2,<6.0"
47+
Django = ">=4.2"
4848
PyYAML = ">=5.1,<7.0"
4949
Markdown = "^3.1"
5050

0 commit comments

Comments
 (0)