Update python-pytest-mypy to version 1.0.1 / rev 4 via SR 1275106
https://build.opensuse.org/request/show/1275106
by user StevenK + dimstar_suse
- Update to 1.0.1:
* Catch OSErrors when parsing mypy error paths
* Add test_pyproject_toml
* Drop Python 3.6 support and use PEP 621 metadata
* Test with mypy 1.x and fewer old versions
* Prevent AttributeError in pytest_terminal_summary
* Add support for Python 3.12
* Add support for pytest 8
* Ensure expected versions are installed while testing
* Require mypy >= 1.0
* Generalize MypyResults.from_mypy
* Require Pytest 7+
* Use config.stash to store the results path
* Replace attrs with dataclasses
* Create MypyConfigStash
* Refactor xdist integration
* Add strict type-checking
* Add --mypy-no-status-check
* Add --mypy-xfail
* Move results path cleanup to pytest_unconfigure
* Remove MypyWarning
* Replace MypyItem.MARKER with item_marker
* Create