From 1fe37c78474a495d40b3489e836f1033f55f5ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:53:59 +0000 Subject: [PATCH 1/2] chore(deps): update ad-m/github-push-action digest to f17d07c --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 82baaae..deb0f40 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -30,7 +30,7 @@ jobs: git commit -m "chore(chglog): update changelog." -a || true - name: Push Changes - uses: ad-m/github-push-action@9870d48124da805820c70ebc6ba563c715551019 + uses: ad-m/github-push-action@f17d07cb45271aeff552bb2913a939bad92d6a6f with: github_token: ${{ secrets.GH_PAT }} branch: ${{ github.ref }} From d741aeba63e77bf858f83eff956abb03e8fd29f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:39:45 +0000 Subject: [PATCH 2/2] chore(deps): update dependency coveralls to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b70aa27..4b83bfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ rich = "^13.3.1" typing-extensions = "^4.5.0" [tool.poetry.group.dev.dependencies] -coveralls = "^3.0.0" +coveralls = "^4.0.0" isort = "^5.7.0" black = "^23.1.0" pytest = "^7.0.0"