aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-06 11:35:01 -0800
committerMicah Lee <micah@micahflee.com>2022-03-06 11:35:01 -0800
commitb068e8385289d5363ea96e5614a48e0cd388bc55 (patch)
tree488ee0f04b1832ce76c1fd7cc4abc7f707f5cdfa /cli/pyproject.toml
parentc6e0aafc1d35c545446742f01982a9579be7cfaa (diff)
downloadonionshare-b068e8385289d5363ea96e5614a48e0cd388bc55.tar.gz
onionshare-b068e8385289d5363ea96e5614a48e0cd388bc55.zip
Update flask to 2.0.3, flask-socketio to 5.1.1, update socketio js, and the rest of the pip deps
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 422eb890..5ddaf565 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -18,8 +18,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"
click = "*"
-flask = "1.1.4"
-flask-socketio = "5.0.1"
+flask = "2.0.3"
+flask-socketio = "5.1.1"
psutil = "*"
pysocks = "*"
requests = {extras = ["socks"], version = "*"}