Skip to content

Commit

Permalink
fix(deps): update dependency pytest-bdd to ==4.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent d0ff9b7 commit f3e4cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f3e4cdf

Please sign in to comment.