From a4a7fb83b9da8fb9833711ef1d2ba589f5c8da3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 19:43:24 +0000 Subject: [PATCH] Bump tornado from 6.4.2 to 6.5.1 in /pinot-btc Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.2 to 6.5.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.1) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pinot-btc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinot-btc/requirements.txt b/pinot-btc/requirements.txt index e6e6d98..1b8df44 100644 --- a/pinot-btc/requirements.txt +++ b/pinot-btc/requirements.txt @@ -53,7 +53,7 @@ sniffio==1.3.1 ; python_version >= "3.12" and python_version < "4" streamlit==1.42.1 ; python_version >= "3.12" and python_version < "4.0" tenacity==9.0.0 ; python_version >= "3.12" and python_version < "4.0" toml==0.10.2 ; python_version >= "3.12" and python_version < "4.0" -tornado==6.4.2 ; python_version >= "3.12" and python_version < "4.0" +tornado==6.5.1 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.10.0 ; python_version >= "3.12" and python_version < "4.0" tzdata==2025.1 ; python_version >= "3.12" and python_version < "4.0" tzlocal==5.3 ; python_version >= "3.12" and python_version < "4.0"