python3Packages.pytest: 9.0.2 -> 9.0.3

https://github.com/pytest-dev/pytest/releases/tag/9.0.3
This commit is contained in:
Martin Weinelt
2026-04-10 01:22:07 +02:00
parent 115c6e1ce8
commit 073693badd
@@ -26,12 +26,12 @@
buildPythonPackage rec {
pname = "pytest";
version = "9.0.2";
version = "9.0.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dRhmUakr2JYR0dn8IPC0NF/YJ8QczVwpmoaKBdcO3xE=";
hash = "sha256-uGraUIr4HRnt6yE8aBsdSCRsGpHTBMbIGkJ2dMF+uRw=";
};
outputs = [