aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-11 20:39:37 +0000
committerGitHub <noreply@github.com>2023-09-11 20:39:37 +0000
commitc40e675367f3359aacfff6cbf52808cf7f8f38aa (patch)
treed78dd4d292661e9a3f52d9eb34ddc9dbebc62d6f /cli/pyproject.toml
parentcaaab94f283254f3f9fabbfe86f4a6152ba90cd0 (diff)
downloadonionshare-1efadependabot/pip/cli/flask-socketio-5.3.6.tar.gz
onionshare-1efadependabot/pip/cli/flask-socketio-5.3.6.zip
Bump flask-socketio from 5.3.4 to 5.3.6 in /cli1efadependabot/pip/cli/flask-socketio-5.3.6
Bumps [flask-socketio](https://github.com/miguelgrinberg/flask-socketio) from 5.3.4 to 5.3.6. - [Release notes](https://github.com/miguelgrinberg/flask-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-socketio/compare/v5.3.4...v5.3.6) --- updated-dependencies: - dependency-name: flask-socketio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index f6ff9c94..8850435b 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -20,7 +20,7 @@ python = ">=3.8,<3.12"
click = "*"
flask = "2.3.2"
flask-compress = "^1.13"
-flask-socketio = "5.3.4"
+flask-socketio = "5.3.6"
psutil = "*"
pysocks = "*"
requests = {extras = ["socks"], version = "*"}