diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af90cc..7ff806c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,14 +50,14 @@ jobs: - name: Publish package on PyPI if: steps.check-version.outputs.tag - uses: pypa/gh-action-pypi-publish@v1.2.2 + uses: pypa/gh-action-pypi-publish@v1.3.0 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - name: Publish package on TestPyPI if: "! steps.check-version.outputs.tag" - uses: pypa/gh-action-pypi-publish@v1.2.2 + uses: pypa/gh-action-pypi-publish@v1.3.0 with: user: __token__ password: ${{ secrets.TEST_PYPI_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 3580a69..a35db75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ flake8-bandit = "^2.1.2" flake8-black = "^0.2.0" flake8-bugbear = "^20.1.4" safety = "^1.8.5" -mypy = "^0.780" +mypy = "^0.782" codecov = "^2.1.7" pytest-mock = "^3.1.1" typeguard = "^2.9.1"