version: bump to 0.10.2

deps: bump to py-wacz 0.4.9
This commit is contained in:
Ilya Kreymer 2023-07-05 21:20:58 -07:00
parent c7dc504c75
commit 3049b957bd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "browsertrix-crawler", "name": "browsertrix-crawler",
"version": "0.10.1", "version": "0.10.2",
"main": "browsertrix-crawler", "main": "browsertrix-crawler",
"type": "module", "type": "module",
"repository": "https://github.com/webrecorder/browsertrix-crawler", "repository": "https://github.com/webrecorder/browsertrix-crawler",

View file

@ -1,4 +1,4 @@
pywb>=2.7.4 pywb>=2.7.4
uwsgi uwsgi
wacz>=0.4.8 wacz>=0.4.9
requests[socks] requests[socks]