Skip to content

Commit

Permalink
Bump pytest to 7.2 (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht authored Feb 7, 2023
1 parent 3455188 commit dacdd56
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ kedro-telemetry~=0.2.0
nbstripout~=0.4
pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=6.2
pytest~=7.2
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ kedro-telemetry~=0.2.0
nbstripout~=0.4
pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=6.2
pytest~=7.2
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ nbstripout~=0.4
numpy~=1.21
pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=6.2
pytest~=7.2

2 changes: 1 addition & 1 deletion pyspark/{{ cookiecutter.repo_name }}/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ kedro-telemetry~=0.2.0
nbstripout~=0.4
pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=6.2
pytest~=7.2
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ kedro-viz~=5.0
nbstripout~=0.4
pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=6.2
scikit-learn~=1.0
pytest~=7.2
scikit-learn~=1.0

0 comments on commit dacdd56

Please sign in to comment.