Skip to content

Commit

Permalink
Update dependency pytest to v8.2.1 (#1838)
Browse files Browse the repository at this point in the history
* Update dependency pytest to v8.2.1

* Set py38 pytest version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Andreev <alexander.andreev@intel.com>
  • Loading branch information
renovate[bot] and Alexsandruss authored May 20, 2024
1 parent f1b05e5 commit 236d2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.4.4 ; python_version == '3.8'
pytest==8.2.0 ; python_version >= '3.9'
pytest==8.2.1 ; python_version >= '3.9'
numpy>=1.19.5 ; python_version <= '3.9'
numpy>=1.21.6 ; python_version == '3.10'
numpy>=1.23.5 ; python_version >= '3.11'
Expand Down

0 comments on commit 236d2fe

Please sign in to comment.