Skip to content

Commit

Permalink
update django-bootstrap4 to fix bug with crashing non-root container
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Nov 3, 2022
1 parent a53397c commit 14255d5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 8 deletions.
51 changes: 44 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.7"
django = ">=3.0,<3.3"
django-extensions = ">=3.1,<4.0"
django-filter = ">=2.2,<2.5"
django-bootstrap4 = ">=0.0,<1.2"
django-bootstrap4 = ">21.1,<23.1"
django-cors-headers = ">=3.5,<3.8"
djangorestframework = ">=3.12.2,<3.13"
ocs-authentication = "0.1.0"
Expand Down

0 comments on commit 14255d5

Please sign in to comment.