From 5b6785fab2e224192992f8e41b931e16dca27e10 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Fri, 5 Jul 2024 12:49:49 +0200 Subject: [PATCH 1/3] [Auto-generated] Update dependencies (#772) ### Update dependencies Automatically created PR from [`ci/dependabot-updates`](https://github.com/emmo-repo/EMMOntoPy/tree/ci/dependabot-updates). The PR is based on the ['CI - Update dependencies PR' workflow](https://SINTEF.github.io/ci-cd/latest/workflows/ci_update_dependencies/) in [SINTEF/ci-cd](https://github.com/SINTEF/ci-cd). #### To do - [ ] Check that the diff is sensible, and that tests and builds pass with the new dependency versions. - [ ] Make sure that the PR is **squash** merged, with a sensible commit message. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com> Co-authored-by: francescalb Co-authored-by: Jesper Friis From b0eee050133ea6d482aecabe912223ecf5bd91ad Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 29 Jul 2024 13:34:43 +0200 Subject: [PATCH 2/3] [Auto-generated] Update dependencies (#773) ### Update dependencies Automatically created PR from [`ci/dependabot-updates`](https://github.com/emmo-repo/EMMOntoPy/tree/ci/dependabot-updates). The PR is based on the ['CI - Update dependencies PR' workflow](https://SINTEF.github.io/ci-cd/latest/workflows/ci_update_dependencies/) in [SINTEF/ci-cd](https://github.com/SINTEF/ci-cd). #### To do - [ ] Check that the diff is sensible, and that tests and builds pass with the new dependency versions. - [ ] Make sure that the PR is **squash** merged, with a sensible commit message. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com> Co-authored-by: francescalb Co-authored-by: Jesper Friis --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c278c9e39..3390bdb8c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ pre-commit~=3.7; python_version>="3.9" pylint~=2.17; python_version<"3.8" pylint~=3.2; python_version>="3.8" pytest~=7.4; python_version<"3.8" -pytest~=8.2; python_version>="3.8" +pytest~=8.3; python_version>="3.8" pytest-cov~=4.1; python_version<"3.8" pytest-cov~=5.0; python_version>="3.8" From d3c3e7f3454f0f170d8518ea246ce214a7e8f9e7 Mon Sep 17 00:00:00 2001 From: "Francesca L. Bleken" <48128015+francescalb@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:13:00 +0200 Subject: [PATCH 3/3] Added release_pat secret to ci_cd_updated_master workflow (#777) # Description Release pat was not added to the workflow for ci_cd when updating master, and as a consequence the depandabot-updates branch could not be updated. ## Type of change - [x] Bug fix. - [ ] New feature. - [ ] Documentation update. - [ ] Test update. ## Checklist This checklist can be used as a help for the reviewer. - [ ] Is the code easy to read and understand? - [ ] Are comments for humans to read, not computers to disregard? - [ ] Does a new feature has an accompanying new test (in the CI or unit testing schemes)? - [ ] Has the documentation been updated as necessary? - [ ] Does this close the issue? - [ ] Is the change limited to the issue? - [ ] Are errors handled for all outcomes? - [ ] Does the new feature provide new restrictions on dependencies, and if so is this documented? ## Comments --- .github/workflows/ci_cd_updated_master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index b85a6ad89..ba58a14d5 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -29,3 +29,5 @@ jobs: (LICENSE.txt),(LICENSE.md) (tools),(../tools) changelog_exclude_labels: dependencies + secrets: + PAT: ${{ secrets.RELEASE_PAT }}