From 1533b02acb70e81beca4d79e1932158c4949f9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:37:44 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/setup-python from 6.0.0 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 287c35ccc..8f27310f3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} From ed526309aa8e66ec984ace0c093242f9e71e7345 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Thu, 30 Apr 2026 20:23:22 -0500 Subject: [PATCH 2/2] docs: add info to CHANGES --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 81ee6cc4f..ebcb94dce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ fixes: - docs: add unreleased section (#1681) - fix: check only activate plugins listed in CORE_PLUGINS (#1601) - chore: bump jinja to 3.1.3 (#1684) -- chore: bump actions/setup-python version (#1686, #1700, #1708, #1738) +- chore: bump actions/setup-python version (#1686, #1700, #1708, #1738, #1751) - chore: bump actions/checkout version (#1696, #1704, #1737, #1750) - chore: optimize Dockerfile (#1679) - docs: fix telegram install command (#1697)