From e7d3db2b434fe0f001f77917f43701b05b5579d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:05:24 +0000 Subject: [PATCH] Bump tornado from 6.0.2 to 6.3.3 in /week-06/day-02 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.0.2 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.0.2...v6.3.3) --- 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..b43c448 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.3 traitlets==4.3.2 urllib3==1.25.3 wcwidth==0.1.7