Skip to content

Commit

Permalink
chore(deps): update dependency test/pytest-bdd to ==4.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 04e4269 commit c72e61a
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].8
- uses: pypa/[email protected].6
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 @@ -73,7 +73,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 c72e61a

Please sign in to comment.