aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-05-10 14:40:31 -0700
committerMicah Lee <micah@micahflee.com>2021-05-10 14:40:31 -0700
commit66b27b863e1c539bb5e285293414a3ad15adeafd (patch)
tree1f9211baea1b3f0ab2505ce9483b139aa2934c0c
parent99350f07e535621f0f3453dae088bfe10881b69f (diff)
parentd421bfa14baf97073d1c5d3d0781c294b171cbb5 (diff)
downloadonionshare-66b27b863e1c539bb5e285293414a3ad15adeafd.tar.gz
onionshare-66b27b863e1c539bb5e285293414a3ad15adeafd.zip
Merge branch 'pin-flask-socketio' of https://github.com/SaptakS/onionshare into SaptakS-pin-flask-socketio
-rw-r--r--RELEASE.md2
-rw-r--r--cli/pyproject.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 5d28a40f..e69a8184 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -14,6 +14,8 @@ Before making a release, you must update the version in these places:
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
- [ ] `snap/snapcraft.yaml`
+If you update flask-socketio, ensure that you also update the [socket.io.min.js](https://github.com/micahflee/onionshare/blob/develop/cli/onionshare_cli/resources/static/js/socket.io.min.js) file to a version that is [supported](https://flask-socketio.readthedocs.io/en/latest/#version-compatibility) by the updated version of flask-socketio.
+
Use tor binaries from the latest Tor Browser:
- [ ] `desktop/scripts/get-tor-osx.py`
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 6457a781..958d3434 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -20,7 +20,7 @@ python = "^3.6"
click = "*"
flask = "*"
flask-httpauth = "*"
-flask-socketio = "*"
+flask-socketio = "5.0.1"
psutil = "*"
pycryptodome = "*"
pysocks = "*"