Update django-bootstrap3 requirement from ==23.1.* to ==23.6 (#3894)

* Update django-bootstrap3 requirement from ==23.1.* to ==23.6

 Removing our previous workarounds

* Fix import
This commit is contained in:
Raphael Michel
2024-02-14 14:35:45 +01:00
committed by GitHub
parent 73b2cce435
commit 63894ca3da
6 changed files with 5 additions and 76 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ dependencies = [
"defusedcsv>=1.1.0",
"dj-static",
"Django==4.2.*",
"django-bootstrap3==23.1.*",
"django-bootstrap3==23.6.*",
"django-compressor==4.4",
"django-countries==7.5.*",
"django-filter==23.5",