Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#121)
Browse files Browse the repository at this point in the history
Update dependencies:

* [Auto-generated] Check & update dependencies (`pyproject.toml`) (#108)

Update GH Actions:

* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#116)

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] authored Mar 15, 2023
1 parent 300be43 commit 8f55cd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,15 @@ 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 }}
repository_url: https://test.pypi.org/legacy/

- 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 }}
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8f55cd5

Please sign in to comment.