Skip to content

Commit

Permalink
Update dependency pytest to v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent c61d690 commit d25c645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluggy==1.3.0
pytest==7.3.1
pytest==7.4.3
pytest-cov==4.1.0
flake8==6.0.0
requests-mock==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

tests_require = [
'WebTest >= 1.3.1', # py3 compat
'pytest==7.4.2', # includes virtualenv
'pytest==7.4.3', # includes virtualenv
'pytest-cov'
]

Expand Down

0 comments on commit d25c645

Please sign in to comment.