Skip to content

Commit

Permalink
Merge pull request hyperledger#2773 from ff137/upgrade-pytest
Browse files Browse the repository at this point in the history
⬆️ Upgrade pytest to 8.0
  • Loading branch information
dbluhm committed Feb 13, 2024
2 parents 98673e4 + 25008ab commit 13bea7c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ pydevd="1.5.1"
pydevd-pycharm="~193.6015.39"

# testing
pytest= "~7.4.0"
pytest-asyncio= "^0.23.4"
pytest= "^8.0.0"
pytest-asyncio= "^0.23.5"
pytest-cov= "4.1.0"
pytest-ruff="^0.1.1"
mock= "~4.0"
Expand Down

0 comments on commit 13bea7c

Please sign in to comment.