diff --git a/.github/workflows/ci_check_pyproject_dependencies.yml b/.github/workflows/ci_check_pyproject_dependencies.yml index d010c400..2d035634 100644 --- a/.github/workflows/ci_check_pyproject_dependencies.yml +++ b/.github/workflows/ci_check_pyproject_dependencies.yml @@ -112,7 +112,7 @@ jobs: - name: Fetch PR body if: env.UPDATE_DEPS == 'true' id: pr_body - uses: chuhlomin/render-template@v1.5 + uses: chuhlomin/render-template@v1.6 with: template: ${{ env.PR_BODY_FILE }} diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index 96064862..28406706 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -148,7 +148,7 @@ jobs: - name: Fetch PR body id: pr_body - uses: chuhlomin/render-template@v1.5 + uses: chuhlomin/render-template@v1.6 with: template: ${{ env.PR_BODY_FILE }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b89a36e..7052b6fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ 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: v0.982 + rev: v0.991 hooks: - id: mypy diff --git a/pyproject.toml b/pyproject.toml index 0862e9d4..60054da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version", "description"] dependencies = [ "invoke ~=1.7", - "tomlkit ~=0.11.5", + "tomlkit ~=0.11.6", ] [project.optional-dependencies] @@ -42,7 +42,7 @@ docs = [ "mkdocstrings[python-legacy] ~=0.19.0", ] testing = [ - "pytest ~=7.1", + "pytest ~=7.2", "pytest-cov ~=4.0", ] dev = [