Skip to content

Commit 06543c6

Browse files
Update django-bootstrap4 requirement from ~=3.0.0 to >=3.0,<24.5
Updates the requirements on [django-bootstrap4](https://github.com/zostera/django-bootstrap4) to permit the latest version. - [Release notes](https://github.com/zostera/django-bootstrap4/releases) - [Changelog](https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md) - [Commits](zostera/django-bootstrap4@v3.0.0...v24.4) --- updated-dependencies: - dependency-name: django-bootstrap4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37d500c commit 06543c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"defusedcsv~=2.0.0",
3434
"defusedxml~=0.7.0",
3535
"Django[argon2]~=4.2.0",
36-
"django-bootstrap4~=3.0.0",
36+
"django-bootstrap4>=3.0,<24.5",
3737
"django-compressor~=4.4.0",
3838
"django-context-decorator",
3939
"django-countries~=7.0",

0 commit comments

Comments
 (0)