From 582935bda52f180d8a4c07ea79e4e8c8c9b2b7f4 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Fri, 25 Oct 2024 11:03:18 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#790) ### 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 --- .github/workflows/cd_publish.yml | 2 +- .github/workflows/ci_automerge_dependabot.yml | 2 +- .github/workflows/ci_cd_updated_master.yml | 2 +- .github/workflows/ci_dependabot.yml | 2 +- .github/workflows/ci_workflow.yml | 2 +- requirements_dev.txt | 5 +++-- requirements_docs.txt | 3 ++- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index da04e4a6e..ab5e3154e 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -7,7 +7,7 @@ on: jobs: publish: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.3 if: github.repository == 'emmo-repo/EMMOntoPy' && startsWith(github.ref, 'refs/tags/v') with: git_username: EMMOntoPy Developers diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 60a4de915..ccb431844 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.3 if: github.repository_owner == 'emmo-repo' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index 32bdd8b11..b2bb7173f 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -7,7 +7,7 @@ on: jobs: updates-to-master: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.3 if: github.repository_owner == 'emmo-repo' with: git_username: EMMOntoPy Developers diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 612289651..8be5dcb20 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -11,7 +11,7 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.3 if: github.repository_owner == 'emmo-repo' with: git_username: EMMOntoPy Developers diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 17927d22b..8d8b9a113 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -10,7 +10,7 @@ on: jobs: tests: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.3 with: # General install_extras: "[dev,docs]" diff --git a/requirements_dev.txt b/requirements_dev.txt index e789bdf72..947212893 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,8 @@ pre-commit>=2.21.0,<3; python_version<"3.9" -pre-commit~=3.8; python_version>="3.9" +pre-commit~=4.0; python_version>="3.9" pylint~=2.17; python_version<"3.8" -pylint~=3.2; python_version>="3.8" +pylint==3.2; python_version=="3.8" +pylint~=3.3; python_version>="3.9" pytest~=7.4; python_version<"3.8" pytest~=8.3; python_version>="3.8" pytest-cov~=4.1; python_version<"3.8" diff --git a/requirements_docs.txt b/requirements_docs.txt index 80e18f894..d6cbd7340 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -4,5 +4,6 @@ mkdocs~=1.6; python_version>="3.8" mkdocs-awesome-pages-plugin~=2.9 mkdocs-material~=9.5; python_version>="3.8" mkdocs-material~=9.2; python_version<"3.8" -mkdocstrings[python-legacy]~=0.26.1; python_version>="3.8" +mkdocstrings[python-legacy]~=0.26.2; python_version>="3.9" +mkdocstrings[python-legacy]==0.26.1; python_version=="3.8" mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"