Skip to content

Commit e50f27a

Browse files
committed
Upgrade Bootstrap and Popper versions
Bootstrap -> 5.2.2 Popper -> 2.11.6
1 parent 0cdf297 commit e50f27a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

flask_bootstrap/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ def create_app():
258258
259259
.. versionadded:: 2.0.0
260260
"""
261-
bootstrap_version = '5.1.3'
262-
popper_version = '2.10.2'
263-
bootstrap_css_integrity = 'sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3'
264-
bootstrap_js_integrity = 'sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13'
265-
popper_integrity = 'sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB'
261+
bootstrap_version = '5.2.2'
262+
popper_version = '2.11.6'
263+
bootstrap_css_integrity = 'sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi'
264+
bootstrap_js_integrity = 'sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk'
265+
popper_integrity = 'sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3'
266266
popper_name = '@popperjs/core'
267267
static_folder = 'bootstrap5'
268268

0 commit comments

Comments
 (0)