diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index caa93326..175b7b6c 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -245,7 +245,7 @@ jobs: - name: Publish package to TestPyPI if: inputs.test && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.6.4 + uses: pypa/gh-action-pypi-publish@v1.7.1 with: user: __token__ password: ${{ secrets.PyPI_token }} @@ -253,7 +253,7 @@ jobs: - name: Publish package to PyPI if: ( ! inputs.test ) && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.6.4 + uses: pypa/gh-action-pypi-publish@v1.7.1 with: user: __token__ password: ${{ secrets.PyPI_token }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0af59e00..ea25614e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,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.4 + rev: 1.7.5 hooks: - id: bandit args: ["-r"] @@ -49,12 +49,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.0.1 + rev: v1.1.1 hooks: - id: mypy - repo: https://github.com/SINTEF/ci-cd - rev: v2.0.0 + rev: v2.2.0 hooks: - id: docs-api-reference args: diff --git a/pyproject.toml b/pyproject.toml index 9591ef1d..89b8182d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = [ "mike ~=1.1", "mkdocs ~=1.4", "mkdocs-awesome-pages-plugin ~=2.8", - "mkdocs-material ~=9.0", + "mkdocs-material ~=9.1", "mkdocstrings[python-legacy] ~=0.20.0", ] testing = [