From 182934a8755a6064cf6d05d2ca56778e5ffabebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:25:04 -0400 Subject: [PATCH 1/2] Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#97) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/0ab0b79471669eb3a4d647e625009c62f9f3b241...897895f1e160c830e369f9779632ebc134688e1b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish 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> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2d7e508..e559448 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Build package run: poetry build - name: Publish package - uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 + uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} From 718deae1581249d6abf0d9cf5f6b6a01a1f86fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:38:51 -0400 Subject: [PATCH 2/2] Bump mskelton/setup-yarn from 2 to 3 (#96) Bumps [mskelton/setup-yarn](https://github.com/mskelton/setup-yarn) from 2 to 3. - [Release notes](https://github.com/mskelton/setup-yarn/releases) - [Commits](https://github.com/mskelton/setup-yarn/compare/v2...v3) --- updated-dependencies: - dependency-name: mskelton/setup-yarn 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/static_code_checks.yaml | 2 +- .github/workflows/unit_tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static_code_checks.yaml b/.github/workflows/static_code_checks.yaml index 7f9126c..65e00e2 100644 --- a/.github/workflows/static_code_checks.yaml +++ b/.github/workflows/static_code_checks.yaml @@ -37,7 +37,7 @@ jobs: python-version: '3.9' cache: 'poetry' - name: Setup yarn - uses: mskelton/setup-yarn@v2 + uses: mskelton/setup-yarn@v3 - name: Install dependencies and check code run: | yarn diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index f690934..17603f6 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -61,7 +61,7 @@ jobs: attempt_limit: 5 attempt_delay: 30000 - name: Setup yarn - uses: mskelton/setup-yarn@v2 + uses: mskelton/setup-yarn@v3 - name: Install nextjs dependencies and check code run: | yarn