From 8921d514a23e3f93de5efa5d9f336888aa573a35 Mon Sep 17 00:00:00 2001 From: Pavel Nedev Date: Mon, 25 Aug 2025 23:00:49 +0300 Subject: [PATCH 1/4] ComparePlus v2.1.0 (#939) --- src/pl.arm64.json | 6 +++--- src/pl.x64.json | 6 +++--- src/pl.x86.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pl.arm64.json b/src/pl.arm64.json index bd547ebbf..3017eb567 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -37,11 +37,11 @@ { "folder-name": "ComparePlus", "display-name": "ComparePlus", - "version": "2.0.0", + "version": "2.1.0", "npp-compatible-versions": "[8.4.7,]", "old-versions-compatibility": "[,1.0.0][8.4.2,8.4.6]", - "id": "d8d25739adb49c46f2484b3cba959c4f42899b9aa819c3fc479ec520dc9ebfeb", - "repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.0.0/ComparePlus_cp_2.0.0_ARM64.zip", + "id": "52459792f66ceaaa1f6f7eaf96520710366bcdb359254098003bacf0af2f7923", + "repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.1.0/ComparePlus_cp_2.1.0_ARM64.zip", "description": "Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.", "author": "Pavel Nedev", "homepage": "https://github.com/pnedev/comparePlus" diff --git a/src/pl.x64.json b/src/pl.x64.json index f2b45b18b..d5f1d0e3b 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -253,11 +253,11 @@ { "folder-name": "ComparePlus", "display-name": "ComparePlus", - "version": "2.0.0", + "version": "2.1.0", "npp-compatible-versions": "[8.4.7,]", "old-versions-compatibility": "[,1.0.0][8.4.2,8.4.6]", - "id": "9de34e757d56030a8358195df6ed0454bf1c3507a810ba5979606cfe99aed8a3", - "repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.0.0/ComparePlus_cp_2.0.0_x64.zip", + "id": "a588489dbc9e6b644efd9e3586df23db18d8b59e380ebf52a5be5c873ae2fc08", + "repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.1.0/ComparePlus_cp_2.1.0_x64.zip", "description": "Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.", "author": "Pavel Nedev", "homepage": "https://github.com/pnedev/comparePlus" diff --git a/src/pl.x86.json b/src/pl.x86.json index 3602e612f..aa3cb83a0 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -212,11 +212,11 @@ { "folder-name": "ComparePlus", "display-name": "ComparePlus", - "version": "2.0.0", + "version": "2.1.0", "npp-compatible-versions": "[8.4.7,]", "old-versions-compatibility": "[,1.0.0][8.4.2,8.4.6]", - "id": "9eec644b7ff578fb03564542873a2dd29c008f7bda1f5f2c60b73b57fcf522f5", - "repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.0.0/ComparePlus_cp_2.0.0_Win32.zip", + "id": "61368ac9b8af481132c7cae1eba66fc7a73fc6259b7ff7ae84589ea63f8b178b", + "repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.1.0/ComparePlus_cp_2.1.0_Win32.zip", "description": "Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.", "author": "Pavel Nedev", "homepage": "https://github.com/pnedev/comparePlus" From ab07f5d54099594a2c191b2348d2e6db55a6c952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 01:12:43 +0200 Subject: [PATCH 2/4] Bump jsonschema from 4.25.0 to 4.25.1 (#940) Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.25.0 to 4.25.1. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.25.0...v4.25.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0e90a973a..31273dfee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ attrs==25.3.0 certifi==2025.8.3 charset-normalizer==3.4.3 idna==3.10 -jsonschema==4.25.0 +jsonschema==4.25.1 pyrsistent==0.20.0 pywin32==311 requests==2.32.4 From 03a11fc426292e793880bad55905a733b7caa747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 01:34:58 +0200 Subject: [PATCH 3/4] Bump actions/checkout from 4 to 5 (#941) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 2237a9332..41cd00454 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install python modules working-directory: . From a9c4bcdb5ba83db054366bdfb3c9ce02d11e0956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 01:36:59 +0200 Subject: [PATCH 4/4] Bump requests from 2.32.4 to 2.32.5 (#942) Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.32.5. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 31273dfee..d51d9ca01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ idna==3.10 jsonschema==4.25.1 pyrsistent==0.20.0 pywin32==311 -requests==2.32.4 +requests==2.32.5 urllib3==2.5.0