From fab2e053492e0a6a88d6d026120460e89fefb34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 17:31:50 +0000 Subject: [PATCH] Bump tornado from 6.0.2 to 6.3.2 in /week-06/day-02 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.0.2 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.2...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- week-06/day-02/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week-06/day-02/requirements.txt b/week-06/day-02/requirements.txt index a34e2c9..f2958ae 100644 --- a/week-06/day-02/requirements.txt +++ b/week-06/day-02/requirements.txt @@ -46,7 +46,7 @@ six==1.12.0 soupsieve==1.9.1 terminado==0.8.2 testpath==0.4.2 -tornado==6.0.2 +tornado==6.3.2 traitlets==4.3.2 urllib3==1.25.3 wcwidth==0.1.7