Skip to content

Commit

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

* Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#41)
* [Auto-generated] Check & update dependencies (`pyproject.toml`) (#42)

Update name for `square-github` logo.
Update `pre-commit` hooks.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
  • Loading branch information
3 people committed Aug 15, 2022
1 parent 2bdc95e commit 9d48fa5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ jobs:

- name: Publish package to TestPyPI
if: inputs.test && inputs.publish_on_pypi && inputs.python_package
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@v1.5.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.5.0
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
user: __token__
password: ${{ secrets.PyPI_token }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.961
rev: v0.971
hooks:
- id: mypy

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ edit_uri: ""

extra:
social:
- icon: fontawesome/brands/github-square
- icon: fontawesome/brands/square-github
link: https://github.com/SINTEF
name: "SINTEF on GitHub"
- icon: fontawesome/brands/github
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ dynamic = ["version", "description"]

dependencies = [
"invoke ~=1.7",
"tomlkit ~=0.11.1",
"tomlkit ~=0.11.4",
]

[project.optional-dependencies]
docs = [
"mike ~=1.1",
"mkdocs ~=1.3",
"mkdocs-awesome-pages-plugin ~=2.7",
"mkdocs-material ~=8.3",
"mkdocs-awesome-pages-plugin ~=2.8",
"mkdocs-material ~=8.4",
"mkdocstrings[python] ~=0.19.0",
]
dev = [
Expand Down

0 comments on commit 9d48fa5

Please sign in to comment.