From f6d893abe318f0d3df7caeb5e86473fa6605b7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:25:18 +0000 Subject: [PATCH] build(deps): bump tornado from 6.5.5 to 6.5.6 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.5 to 6.5.6. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.5...v6.5.6) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d07adf4..715044e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ python_dateutil == 2.8.2 rich >= 13.3.5 setuptools sidetrack >= 2.0.1 -tornado == 6.5.5 +tornado == 6.5.6 python-slugify == 8.0.1 validators == 0.20.0 wand == 0.6.11