Merge branch 'main' into update-deps

This commit is contained in:
Micah Lee 2023-05-22 20:51:14 -07:00
commit f41d5587d0
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
8 changed files with 56 additions and 54 deletions

4
cli/poetry.lock generated
View file

@ -996,5 +996,5 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.11"
content-hash = "316bfe8d7fa61931d571b1def3ef9484d9a7dac69dba3986e259879e1f202842"
python-versions = ">=3.8,<3.12"
content-hash = "6db39f921a9bb6d7ca126b748425bd7f02ee407703cf8b80118cb7b994782cba"

View file

@ -16,7 +16,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"
click = "*"
flask = "2.3.2"
flask-socketio = "5.3.4"