From c6c7be61378d8ca0369621a87bda769fd23dde27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:20:29 +0300 Subject: [PATCH 1/2] Bump the npm-minor group in /dapp with 2 updates (#39) --- dapp/packages/soroban_versioning/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dapp/packages/soroban_versioning/package.json b/dapp/packages/soroban_versioning/package.json index e9518f8..250da53 100644 --- a/dapp/packages/soroban_versioning/package.json +++ b/dapp/packages/soroban_versioning/package.json @@ -9,9 +9,9 @@ }, "dependencies": { "buffer": "6.0.3", - "@stellar/stellar-sdk": "12.1.0" + "@stellar/stellar-sdk": "12.2.0" }, "devDependencies": { - "typescript": "5.3.3" + "typescript": "5.5.4" } } From d5bdf399f26fb8503413420c99a969a1d0fb8d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:21:01 +0300 Subject: [PATCH 2/2] Bump the actions-minor group with 2 updates (#40) --- .github/workflows/python-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 775a63c..38b651e 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -36,7 +36,7 @@ jobs: run: cd tansu && hatch build && mv dist ../. - name: Generate artifact attestation for sdist and wheels - uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 + uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c with: subject-path: "dist/tansu*" @@ -51,6 +51,6 @@ jobs: done - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 + uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 with: print-hash: true