From 9a5bdb068ffe6c93c4484a99632d6f57df05bf7d Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 4 Dec 2024 12:49:38 +0100 Subject: [PATCH] [Auto-generated] Update dependencies (#808) ### 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). --- .github/workflows/ci_workflow.yml | 2 +- .pre-commit-config.yaml | 2 +- requirements_dev.txt | 2 +- requirements_docs.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 8d8b9a113..daaa282cc 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -95,7 +95,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.9' && github.repository == 'emmo-repo/EMMOntoPy' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0fdf6860a..f3ac16ca9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: name: Blacken - repo: https://github.com/PyCQA/bandit - rev: '1.7.10' + rev: '1.8.0' hooks: - id: bandit args: [-r] diff --git a/requirements_dev.txt b/requirements_dev.txt index e8c88335b..3147286f0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pre-commit>=2.21.0,<3; python_version<"3.9" pre-commit~=4.0; python_version>="3.9" pylint~=2.17; python_version<"3.8" -pylint==3.2.7; python_version=="3.8" +pylint==3.2.7; python_version=="3.8" # dependabot: ignore pylint~=3.3; python_version>="3.9" pytest~=7.4; python_version<"3.8" pytest~=8.3; python_version>="3.8" diff --git a/requirements_docs.txt b/requirements_docs.txt index d6cbd7340..5475c624d 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -5,5 +5,5 @@ 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.2; python_version>="3.9" -mkdocstrings[python-legacy]==0.26.1; python_version=="3.8" +mkdocstrings[python-legacy]==0.26.1; python_version=="3.8" # dependabot: ignore mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"