From 57ec89dca2a3f9b1449038406fd02f9b21654853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:56:25 +0000 Subject: [PATCH] Bump nbconvert from 6.5.1 to 7.17.0 in /exercises/python/weather-app Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.5.1 to 7.17.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/6.5.1...v7.17.0) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.0 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..26e3375 100644 --- a/exercises/python/weather-app/requirements.txt +++ b/exercises/python/weather-app/requirements.txt @@ -25,7 +25,7 @@ MarkupSafe==2.0.1 matplotlib-inline==0.1.3 mistune==2.0.3 nbclient==0.5.4 -nbconvert==6.5.1 +nbconvert==7.17.0 nbformat==5.3.0 nest-asyncio==1.5.1 notebook==6.4.12