From d05fb1b4662b54acfd803f10a8cafacda6f53dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:55:13 +0000 Subject: [PATCH] Bump tornado from 6.3.3 to 6.4.1 in /python/requirements Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.3...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements/pyproject-docs.txt | 2 +- python/requirements/pyproject.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements/pyproject-docs.txt b/python/requirements/pyproject-docs.txt index fe44bc48..47ec1b35 100644 --- a/python/requirements/pyproject-docs.txt +++ b/python/requirements/pyproject-docs.txt @@ -344,7 +344,7 @@ toml==0.10.2 # pytest tomli==2.0.1 # via coverage -tornado==6.3.3 +tornado==6.4.1 # via # ipykernel # jupyter-client diff --git a/python/requirements/pyproject.txt b/python/requirements/pyproject.txt index eda91939..fb15ac18 100644 --- a/python/requirements/pyproject.txt +++ b/python/requirements/pyproject.txt @@ -271,7 +271,7 @@ toml==0.10.2 # via pytest tomli==2.0.1 # via coverage -tornado==6.3.3 +tornado==6.4.1 # via # ipykernel # jupyter-client