Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#159)
Browse files Browse the repository at this point in the history
[Auto-generated] Check & update dependencies (`pyproject.toml`) (#157, #162, #163)

Update GH Actions:
* Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.10 (#158, #161, #164)

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 Aug 21, 2023
1 parent b6b5a7c commit fbd86e5
Show file tree
Hide file tree
Showing 3 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/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@v1.8.10
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.8.6
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PyPI_token }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
# Black is a code style and formatter
# It works on files in-place
- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

Expand All @@ -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: v1.3.0
rev: v1.5.1
hooks:
- id: mypy

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ requires-python = "~=3.7"
dynamic = ["version", "description"]

dependencies = [
"invoke ~=2.1",
"tomlkit ~=0.11.8",
"invoke ~=2.2",
"tomlkit ~=0.12.1",
]

[project.optional-dependencies]
docs = [
"mike ~=1.1",
"mkdocs ~=1.4",
"mkdocs ~=1.5",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-material ~=9.1",
"mkdocstrings[python-legacy] ~=0.22.0",
]
testing = [
"pytest ~=7.3",
"pytest ~=7.4",
"pytest-cov ~=4.1",
]
dev = [
Expand Down

0 comments on commit fbd86e5

Please sign in to comment.