From 17662b742a062027557f3fd8b402c4d73da0445f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:30:37 +0000 Subject: [PATCH] Bump tornado from 5.1.1 to 6.3.2 in /Day61-65/code/hello-tornado Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.1.1 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.1.1...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Day61-65/code/hello-tornado/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day61-65/code/hello-tornado/requirements.txt b/Day61-65/code/hello-tornado/requirements.txt index 619660c5f4..7a5dfac5a1 100644 --- a/Day61-65/code/hello-tornado/requirements.txt +++ b/Day61-65/code/hello-tornado/requirements.txt @@ -13,6 +13,6 @@ pycparser==2.19 PyMySQL==0.9.2 requests==2.21.0 six==1.12.0 -tornado==5.1.1 +tornado==6.3.2 urllib3==1.24.1 yarl==1.3.0