diff --git a/.github/workflows/ci_check_pyproject_dependencies.yml b/.github/workflows/ci_check_pyproject_dependencies.yml index 70b2918b..4b146b83 100644 --- a/.github/workflows/ci_check_pyproject_dependencies.yml +++ b/.github/workflows/ci_check_pyproject_dependencies.yml @@ -217,7 +217,7 @@ jobs: - name: Fetch PR body if: env.UPDATE_DEPS == 'true' id: pr_body - uses: chuhlomin/render-template@v1.8 + uses: chuhlomin/render-template@v1.9 with: template: ${{ env.PR_BODY_FILE }} diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index 73f14154..c0a60190 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -143,7 +143,7 @@ jobs: - name: Fetch PR body id: pr_body - uses: chuhlomin/render-template@v1.8 + uses: chuhlomin/render-template@v1.9 with: template: ${{ env.PR_BODY_FILE }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c0223e..8a21cee4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black @@ -42,7 +42,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.9 hooks: - id: ruff # Fix what can be fixed in-place and exit with non-zero status if files were @@ -57,7 +57,7 @@ repos: # More information can be found in its documentation: # https://bandit.readthedocs.io/en/latest/ - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: ["-r"] @@ -69,12 +69,12 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy - repo: https://github.com/SINTEF/ci-cd - rev: v2.6.0 + rev: v2.7.1 hooks: - id: docs-api-reference args: diff --git a/pyproject.toml b/pyproject.toml index 95a1d211..251ae947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "packaging ~=23.2", "tomlkit ~=0.12.3", "typing-extensions ~=4.7; python_version < '3.8'", - "typing-extensions ~=4.8; python_version >= '3.8'", + "typing-extensions ~=4.9; python_version >= '3.8'", ] [project.optional-dependencies]