From de668bbe624738c9c8dd39eacf8d60a10a2bade9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 18:59:06 +0000 Subject: [PATCH] Bump urllib3 from 1.7.1 to 2.5.0 in /slideatlas/plugins/ipython Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.7.1 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.7.1...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- slideatlas/plugins/ipython/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slideatlas/plugins/ipython/requirements.txt b/slideatlas/plugins/ipython/requirements.txt index e8803a55..db73eff6 100644 --- a/slideatlas/plugins/ipython/requirements.txt +++ b/slideatlas/plugins/ipython/requirements.txt @@ -12,5 +12,5 @@ pyzmq==14.5.0 requests==2.2.1 six==1.5.2 tornado==4.0.2 -urllib3==1.7.1 +urllib3==2.5.0 wsgiref==0.1.2