Merge pull request #11546 from pytest-dev/release-7.4.3 (#11549)

Prepare release 7.4.3

(cherry picked from commit 53df6164b4)
This commit is contained in:
Bruno Oliveira
2023-10-24 16:50:13 -03:00
committed by GitHub
parent fbe3e29a55
commit c7e9b22f37
7 changed files with 36 additions and 5 deletions
+19
View File
@@ -0,0 +1,19 @@
pytest-7.4.3
=======================================
pytest 7.4.3 has just been released to PyPI.
This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
Thanks to all of the contributors to this release:
* Bruno Oliveira
* Marc Mueller
Happy testing,
The pytest Development Team