File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = '2.9.0 '
1+ __version__ = '2.9.1 '
22
33if __name__ == '__main__' :
44 print (__version__ )
Original file line number Diff line number Diff line change 99werkzeug == 2.2.3
1010webencodings
1111gevent == 22.10.2 ; python_version < "3.8"
12- gevent == 23.9.0 ; python_version >= "3.8"
12+ gevent == 23.9.0.post1 ; python_version >= "3.8"
1313greenlet >= 2.0.2 ,< 3.0 ; python_version < "3.12"
1414greenlet == 3.2.4 ; python_version >= "3.12.0rc0"
1515webassets == 2.0
Original file line number Diff line number Diff line change 1515root_dir = pathlib .Path (__file__ ).parent
1616
1717
18- WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.23.10 /dist/sw.js"
18+ WABAC_SW_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.24.1 /dist/sw.js"
1919
2020def download_wabac_sw ():
2121 print (f"Downloading { WABAC_SW_URL } " )
You can’t perform that action at this time.
0 commit comments