From 61b36646fda0e03713c757586d478c23c54a57bb Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Fri, 9 Jun 2023 10:07:43 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#611) * Bump SINTEF/ci-cd from 2.3.1 to 2.4.0 - [Release notes](https://github.com/SINTEF/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](https://github.com/SINTEF/ci-cd/compare/v2.3.1...v2.4.0) Note that mkdocs have been removed as required in workflows. --- .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 | 2 +- requirements_docs.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 9fcdad17f..aff27a9a6 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.3.1 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.4.0 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 3b2582ea7..0113a92a4 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.3.1 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.4.0 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 c0ee63e33..e0d1f753c 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.3.1 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.4.0 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 4954572f4..455e83911 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.3.1 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.4.0 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 92a4a54ec..f919f312b 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.3.1 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.4.0 with: # General install_extras: "[dev,docs]" diff --git a/requirements_dev.txt b/requirements_dev.txt index 45ebc23e9..f12098f7b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,4 +2,4 @@ pre-commit>=2.21.0,<3; python_version<"3.8" pre-commit~=3.3; python_version>="3.8" pylint~=2.17 pytest~=7.3 -pytest-cov~=4.0 +pytest-cov~=4.1 diff --git a/requirements_docs.txt b/requirements_docs.txt index c4d61b328..e72b73376 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -2,4 +2,4 @@ mike~=1.1 mkdocs~=1.4 mkdocs-awesome-pages-plugin~=2.9 mkdocs-material~=9.1 -mkdocstrings[python-legacy]~=0.21.2 +mkdocstrings[python-legacy]~=0.22.0