From 4e2946d1496894f37a1d04f00e5a470ab580ed25 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Fri, 12 Sep 2025 21:49:14 -0600 Subject: [PATCH 1/5] ci(deps): bump `python-semantic-release@v10.4.0` action to `v10.4.1` --- .github/workflows/cicd.yml | 2 +- .github/workflows/validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 93e0957a4..c03db19c2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -148,7 +148,7 @@ jobs: - name: Release | Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@6df5e876c8682fe0753ec2f8c81eb45547e52747 # v10.4.0 + uses: python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10.4.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} verbosity: 1 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 44289f651..89274fbbb 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -112,7 +112,7 @@ jobs: - name: Build | Build next version artifacts id: version - uses: python-semantic-release/python-semantic-release@6df5e876c8682fe0753ec2f8c81eb45547e52747 # v10.4.0 + uses: python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10.4.1 with: github_token: "" verbosity: 1 From 35ad6cc1dcc5f33e09cb0f0d6d42267bce7c8f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 03:46:42 +0000 Subject: [PATCH 2/5] ci(deps): bump `python-semantic-release/publish-action@v10.4.0` to `v10.4.1` --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c03db19c2..86e6c522e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -155,7 +155,7 @@ jobs: build: false - name: Release | Add distribution artifacts to GitHub Release Assets - uses: python-semantic-release/publish-action@4681bbe581b99f950d7b6f14599870b6a117fdc1 # v10.4.0 + uses: python-semantic-release/publish-action@ae6462adc12bd3d1738070d784b65b5189b955a9 # v10.4.1 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }} From 4cd3f43abb2b04a1403f1eda827f58ba8a6c5b61 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Fri, 12 Sep 2025 22:15:02 -0600 Subject: [PATCH 3/5] chore(pr-template): update github template link to contributing guidelines (#1330) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 85b471448..bc6ec4f7a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -35,7 +35,7 @@ mention the rationale here. ## PR Completion Checklist -- [ ] Reviewed & followed the [Contributor Guidelines](https://python-semantic-release.readthedocs.io/en/latest/contributing.html) +- [ ] Reviewed & followed the [Contributor Guidelines](https://python-semantic-release.readthedocs.io/en/stable/contributing/contributing_guide.html) - [ ] Changes Implemented & Validation pipeline succeeds From 7f5e35f89a0ebddd0836640c8861812d22fd847e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:26:36 -0700 Subject: [PATCH 4/5] build(deps-dev): bump pre-commit ~=3.5 to ~=4.3 (#1313) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd3ef56d9..57065576b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ test = [ "requests-mock ~= 1.10", ] dev = [ - "pre-commit ~= 3.5", + "pre-commit ~= 4.3", "tox ~= 4.11", "ruff == 0.6.1" ] From 0bf74d594bb5c2b8ccecd4c4b64b3708a94b6e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:29:40 -0700 Subject: [PATCH 5/5] build(deps-test): bump `pytest-lazy-fixture` to at least `1.3.4` (#1319) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57065576b..e5629a06e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ test = [ "pytest-clarity ~= 1.0", "pytest-cov >= 5.0.0, < 7.0.0", "pytest-env ~= 1.0", - "pytest-lazy-fixtures ~= 1.1.1", + "pytest-lazy-fixtures ~= 1.3.4", "pytest-mock ~= 3.0", "pytest-order ~= 1.3", "pytest-pretty ~= 1.2",