Skip to content

Commit 18f3ba1

Browse files
build(deps): bump tornado from 6.2.0 to 6.5.5
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2.0 to 6.5.5. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.2.0...v6.5.5) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2eeb86e commit 18f3ba1

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
@@ -60,7 +60,7 @@ dependencies = [
6060
"requests>=2.21.0",
6161
'tornado==6.1.0; python_version < "3.7.0"',
6262
'tornado==6.2.0; python_version == "3.7.0"',
63-
'tornado==6.4.2; python_version >= "3.8.0"',
63+
'tornado==6.5.5; python_version >= "3.8.0"',
6464
"gitpython>=3.1.0",
6565
"elasticsearch[async]>=7, <8; python_version < '3.7.0'",
6666
"elasticsearch-dsl>=7, <8; python_version < '3.7.0'",

0 commit comments

Comments
 (0)