From 39337496d0bf503f74a9940f07a99db42db9cd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:44:36 +0000 Subject: [PATCH 1/2] chore(deps): bump numpy from 2.1.1 to 2.1.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d46296ef..8524d977 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ lxml==5.3.0 # via python-docx more-itertools==10.5.0 # via kohlrahbi (pyproject.toml) -numpy==2.1.1 +numpy==2.1.2 # via pandas openpyxl==3.1.5 # via kohlrahbi (pyproject.toml) From d024086374faac892918923b8cff6f938130f973 Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 7 Oct 2024 15:30:09 +0200 Subject: [PATCH 2/2] add permission pull-requests: write --- .github/workflows/conventional-commit-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commit-check.yml b/.github/workflows/conventional-commit-check.yml index ecb24e89..9227b31e 100644 --- a/.github/workflows/conventional-commit-check.yml +++ b/.github/workflows/conventional-commit-check.yml @@ -4,6 +4,9 @@ on: pull_request: types: [opened, synchronize, reopened, edited] +permissions: + pull-requests: write + jobs: validate-pr-title: runs-on: ubuntu-latest @@ -14,4 +17,3 @@ jobs: task_types: '["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"]' add_label: 'true' custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}' - # ticket_key_regex: '^PROJECT-\\d{2,5}$'