From cd2bd3cdcbd83313ccbc76cc19d60554f836ce53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:42:00 +0000 Subject: [PATCH] Bump tornado from 6.5.1 to 6.5.2 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.1 to 6.5.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.1...v6.5.2) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25ecf5b..7b034f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ PyYAML==6.0.2 requests==2.32.4 singledispatch==4.1.2 six==1.17.0 -tornado==6.5.1 +tornado==6.5.2 urllib3==2.5.0