Skip to content

Commit

Permalink
chore(deps): update dependency dev/mypy to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 80e104f commit b9e1c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
name: compiled-wheels
path: dist/

- uses: pypa/[email protected].10
- uses: pypa/[email protected].6
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dev = [
"isort==5.12.0",
"pre-commit==2.20.0",
"pyc_wheel==1.2.7",
"mypy==1.3.0",
"mypy==1.5.1",
]
doc = [
"mkdocs>=1.4.2,<2.0.0",
Expand Down

0 comments on commit b9e1c81

Please sign in to comment.