Skip to content

Commit

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

* Bump chuhlomin/render-template from 1.6 to 1.7 (#146)
* Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#147)

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

Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] authored May 23, 2023
1 parent 33f5f96 commit 45bea13
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,15 +293,15 @@ jobs:

- name: Publish package to TestPyPI
if: inputs.test && inputs.publish_on_pypi && inputs.python_package
uses: pypa/[email protected].5
uses: pypa/[email protected].6
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/[email protected].5
uses: pypa/[email protected].6
with:
user: __token__
password: ${{ secrets.PyPI_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_pyproject_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Fetch PR body
if: env.UPDATE_DEPS == 'true'
id: pr_body
uses: chuhlomin/render-template@v1.6
uses: chuhlomin/render-template@v1.7
with:
template: ${{ env.PR_BODY_FILE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Fetch PR body
id: pr_body
uses: chuhlomin/render-template@v1.6
uses: chuhlomin/render-template@v1.7
with:
template: ${{ env.PR_BODY_FILE }}

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
rev: v1.3.0
hooks:
- id: mypy

- repo: https://github.com/SINTEF/ci-cd
rev: v2.3.1
rev: v2.4.0
hooks:
- id: docs-api-reference
args:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ requires-python = "~=3.7"
dynamic = ["version", "description"]

dependencies = [
"invoke ~=2.0",
"tomlkit ~=0.11.7",
"invoke ~=2.1",
"tomlkit ~=0.11.8",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 45bea13

Please sign in to comment.