From a7db428639840eeafaedc9a4044c2ab4296db719 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 05:04:19 +0000 Subject: [PATCH] chore(deps): update dependency prettytable to v3.8.0 --- .github/workflows/release.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8aab0054..4f9c2a48 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -130,7 +130,7 @@ jobs: name: compiled-wheels path: dist/ - - uses: pypa/gh-action-pypi-publish@v1.8.8 + - uses: pypa/gh-action-pypi-publish@v1.8.6 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index b2847b07..eebf4184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "httpx==0.23.3", "ydata-core>=0.2.0", "pandas>=1.5.0", - "prettytable==3.6.0", + "prettytable==3.8.0", "pydantic==1.10.9", "typeguard==2.13.3", "ydata-datascience"