Skip to content

Commit dcc5c24

Browse files
committed
chore: bump min tornado version
to address incomplete input validation in versions below 6.5.5 Signed-off-by: MichaIng <micha@dietpi.com>
1 parent 275e023 commit dcc5c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "motioneye"
77
dynamic = ["version"]
88
dependencies = [
9-
"tornado>=6.5.0",
9+
"tornado>=6.5.5",
1010
"jinja2",
1111
"pillow",
1212
"pycurl",

0 commit comments

Comments
 (0)