Skip to content

Commit 162d770

Browse files
authored
deps update (#960)
- bump wabac.js to 2.24.1 - bump gevent to 23.9.0.post1 also, since 23.9.0 had an issue with osx/windows builds (https://github.com/gevent/gevent/blob/master/CHANGES.rst#2390post1-2023-09-02) bump pywb to 2.9.1
1 parent 100295b commit 162d770

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pywb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.9.0'
1+
__version__ = '2.9.1'
22

33
if __name__ == '__main__':
44
print(__version__)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pyyaml
99
werkzeug==2.2.3
1010
webencodings
1111
gevent==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"
1313
greenlet>=2.0.2,<3.0; python_version<"3.12"
1414
greenlet==3.2.4; python_version>="3.12.0rc0"
1515
webassets==2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
root_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

2020
def download_wabac_sw():
2121
print(f"Downloading {WABAC_SW_URL}")

0 commit comments

Comments
 (0)