Merge branch 'main' into python-3.11

This commit is contained in:
Micah Lee 2023-05-22 20:26:22 -07:00
commit 6a2dd41490
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 6 additions and 6 deletions

10
cli/poetry.lock generated
View File

@ -295,14 +295,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]
@ -943,5 +943,5 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "85c30b4d52724acf0d9c2a649009b3b88542d931b44327910188c664b8cb9d84"
python-versions = ">=3.8,<3.11"
content-hash = "c6cfbe791b25d24b37b5a2afb8ed3701fc238ee5e23ed782a2bc39d85e9d78e1"

View File

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