From af8be9c42d1c3183f605abeaba1b023eeabe991f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:39:42 +0000 Subject: [PATCH] chore(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 b8668456..8634b4b1 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.10.1 + - uses: pypa/gh-action-pypi-publish@v1.10.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 41a63a9a..afad3f3e 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",