Skip to content

Commit

Permalink
chore(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 Sep 3, 2024
1 parent 337e2c0 commit af8be9c
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 @@ -130,7 +130,7 @@ jobs:
name: compiled-wheels
path: dist/

- uses: pypa/[email protected].1
- uses: pypa/[email protected].0
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 af8be9c

Please sign in to comment.