From f3e4cdffefb4ed5c9bd1d4ec7922fe794234847f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:53:24 +0000 Subject: [PATCH] fix(deps): update dependency pytest-bdd to ==4.1.* --- .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 0be4418e..1cc811eb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -136,7 +136,7 @@ jobs: name: compiled-wheels-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.python-version }} path: dist/ - - uses: pypa/gh-action-pypi-publish@v1.12.4 + - uses: pypa/gh-action-pypi-publish@v1.10.1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index f4235abe..5354e991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ doc = [ ] test = [ "pytest==6.2.5", - "pytest-bdd==4.0.*", + "pytest-bdd==4.1.*", "pytest-cov==2.11.*", "pytest-xdist==2.2.*", "pytest-mccabe>=2.0.0,<3.0.0",