From f983a118dacd3ffffa099366edfde3d3d42acc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:18:32 -0700 Subject: [PATCH 1/2] ci(deps): bump `python-semantic-release@v9.20.0` action to 9.21.0 (#50) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc6dccd..8fcd5cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Release | Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.20.0 + uses: python-semantic-release/python-semantic-release@v9.21.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} root_options: "-vv -c releaserc.toml" From 9747ce2b9d2004be1341bfe05e04bcffa29994b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:19:12 -0700 Subject: [PATCH 2/2] build(deps): bump `python-semantic-release` from 9.20.0 to 9.21.0 (#51) --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d589d62..a9af02b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1 +1 @@ -python-semantic-release == 9.20.0 +python-semantic-release == 9.21.0