From 70baf6047d0bb683b364f99b39419a43c02a68b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 06:32:35 +0000 Subject: [PATCH 1/2] Bump cx-freeze from 7.1.1 to 7.2.0 Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases) - [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.1.1...7.2.0) --- updated-dependencies: - dependency-name: cx-freeze dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdde3932..7a81d2aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ [project.optional-dependencies] build = [ "build==1.2.1", - "cx_Freeze==7.1.1", + "cx_Freeze==7.2.0", "twine==5.1.1", "psutil==6.0.0", ] From 074d2794781992c52a4374555e80cc05b7ebfe5a Mon Sep 17 00:00:00 2001 From: vagabondHustler Date: Wed, 17 Jul 2024 14:01:11 +0200 Subject: [PATCH 2/2] Ci fix input required and not supplied: repo-token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e83b54d8..2d0c45c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Auto label uses: TimonVS/pr-labeler-action@v5 with: - repo-token: ${{ secrets.ACTIONS_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/configs/labeler.yml paths_filter: