diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f54408d..214ce24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Build distribution run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@v1.8.6 with: password: ${{ secrets.PYPI_API_TOKEN }} - name: Dump GitHub context diff --git a/pyproject.toml b/pyproject.toml index 8a1c154..c32b2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,12 +55,12 @@ mysql = [ ] lint = [ "pre-commit==3.3.2", - "mypy==1.2.0", + "mypy==1.3.0", ] test = [ - "pytest==7.3.0", + "pytest==7.3.1", "pytest-asyncio == 0.21.0", - "codecov==2.1.12", + "codecov==2.1.13", "pytest-cov==4.0.0", "python-decouple", "pytest-pretty==1.2.0" @@ -72,7 +72,7 @@ docs = [ "mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0", "mkdocs-mermaid2-plugin==0.6.0", "markdown-include==0.8.1", - "pymdown-extensions==9.11", + "pymdown-extensions==10.0.1", "jinja2==3.1.2" ]