Merge pull request #1666 from onionshare/dcffdependabot/pip/cli/flask-socketio-5.3.4

Bump flask-socketio from 5.3.1 to 5.3.4 in /cli
This commit is contained in:
Micah Lee 2023-05-22 20:11:12 -07:00 committed by GitHub
commit 14fdc1c937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
cli/poetry.lock generated
View File

@ -308,14 +308,14 @@ dotenv = ["python-dotenv"]
[[package]]
name = "flask-socketio"
version = "5.3.1"
version = "5.3.4"
description = "Socket.IO integration for Flask applications"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
{file = "Flask-SocketIO-5.3.1.tar.gz", hash = "sha256:fd0ed0fc1341671d92d5f5b2f5503916deb7aa7e2940e6636cfa2c087c828bf9"},
{file = "Flask_SocketIO-5.3.1-py3-none-any.whl", hash = "sha256:ff0c721f20bff1e2cfba77948727a8db48f187e89a72fe50c34478ce6efb3353"},
{file = "Flask-SocketIO-5.3.4.tar.gz", hash = "sha256:1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c"},
{file = "Flask_SocketIO-5.3.4-py3-none-any.whl", hash = "sha256:564acfb24dcc9545cdae536cde0323653d9b547069a925f11eeb132338aa71c0"},
]
[package.dependencies]
@ -962,4 +962,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.11"
content-hash = "243c5deb4e40a09da435f6a31f326596a48904f85a6872ea99eb4aa486681685"
content-hash = "c6cfbe791b25d24b37b5a2afb8ed3701fc238ee5e23ed782a2bc39d85e9d78e1"

View File

@ -19,7 +19,7 @@ classifiers = [
python = ">=3.8,<3.11"
click = "*"
flask = "2.0.3"
flask-socketio = "5.3.1"
flask-socketio = "5.3.4"
psutil = "*"
pysocks = "*"
requests = {extras = ["socks"], version = "*"}