From 753ec1c48ff0363ec9d4e2db8d6e1d84a937c1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 00:35:56 +0100 Subject: [PATCH 1/2] Bump urllib3 from 2.5.0 to 2.6.0 (#1001) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.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/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f1e270d6..f3c6ea5ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ jsonschema==4.25.1 pyrsistent==0.20.0 pywin32==311 requests==2.32.5 -urllib3==2.5.0 +urllib3==2.6.0 From 66e2d989593396f3af97ad327984dfd22b120aca Mon Sep 17 00:00:00 2001 From: rdipardo <59004801+rdipardo@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:37:34 -0500 Subject: [PATCH 2/2] Preview HTML v1.4.2.1 (#1000) https://github.com/rdipardo/npp_preview/compare/v1.3.3.3...v1.4.2.1 --- src/pl.x64.json | 8 ++++---- src/pl.x86.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 779b8eb94..e710524b7 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1240,11 +1240,11 @@ { "folder-name": "PreviewHTML", "display-name": "Preview HTML", - "version": "1.3.3.3", + "version": "1.4.2.1", "old-versions-compatibility": "[,1.3.3.1][,8.3.3]", - "id": "77dec1c1658891b1cbe70298216b3d4ad0f92f9dec6eeafdd16fc07b563812bd", - "repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.3.3.3/PreviewHTML_v1.3.3.3_x64.zip", - "description": "Preview HTML files inside Notepad++ (or in a floating window) without having to save them first.", + "id": "0d151f3be0300240fa1da060971245dfdc9ad75f13ce98481e572c635371cab8", + "repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.4.2.1/PreviewHTML_v1.4.2.1_x64.zip", + "description": "Preview HTML files inside a WebView2 embedded browser, or preview Markdown, AsciiDoc, etc., rendered as HTML by an external program.", "author": "Martijn Coppoolse", "homepage": "https://github.com/rdipardo/npp_preview" }, diff --git a/src/pl.x86.json b/src/pl.x86.json index f0be43ee6..a6baca9cc 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1331,11 +1331,11 @@ { "folder-name": "PreviewHTML", "display-name": "Preview HTML", - "version": "1.3.3.3", + "version": "1.4.2.1", "old-versions-compatibility": "[,1.3.3.1][,8.3.3]", - "id": "23866d85f06d1c9a7dfc4d40be6ff0a6b56ac0fb88538647d3b9e1cdf6646a9c", - "repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.3.3.3/PreviewHTML_v1.3.3.3_win32.zip", - "description": "Preview HTML files inside Notepad++ (or in a floating window) without having to save them first.", + "id": "e47e2ac11308d3ffdd05b956c49baa4d280d65597474b2b0a0579c40ac7563ce", + "repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.4.2.1/PreviewHTML_v1.4.2.1_win32.zip", + "description": "Preview HTML files inside a WebView2 embedded browser, or preview Markdown, AsciiDoc, etc., rendered as HTML by an external program.", "author": "Martijn Coppoolse", "homepage": "https://github.com/rdipardo/npp_preview" },