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"