diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 40a6248..5429447 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -138,7 +138,7 @@ jobs: path: dist/ - name: Deploy to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.11 with: repository-url: https://test.pypi.org/legacy/ @@ -160,7 +160,7 @@ jobs: path: dist/ - name: Deploy to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.11 deploy-gh-pages: name: Deploy GitHub Pages diff --git a/tests/requirements.txt b/tests/requirements.txt index ac83775..1a8b79b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -pytest==7.4.2 +pytest==7.4.3 pytest-cov==4.1.0 coverage==7.2.7 mkdocs-material==9.2.5