From d1a27c291757efd3cf690db462a684842f015a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:02:10 +0000 Subject: [PATCH] Bump tornado from 6.1 to 6.5 in /exercises/python/weather-app --- updated-dependencies: - dependency-name: tornado dependency-version: '6.5' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercises/python/weather-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/python/weather-app/requirements.txt b/exercises/python/weather-app/requirements.txt index 96fb3eb..e4fc4b7 100644 --- a/exercises/python/weather-app/requirements.txt +++ b/exercises/python/weather-app/requirements.txt @@ -47,7 +47,7 @@ Send2Trash==1.8.0 six==1.16.0 terminado==0.12.1 testpath==0.5.0 -tornado==6.1 +tornado==6.5 traitlets==5.1.1 wcwidth==0.2.5 webencodings==0.5.1