From cf645b91ffe34d6ecc74e529a2d17288007ec9c8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 2 Apr 2025 11:38:20 +0200 Subject: [PATCH] python313Packages.pytest-asyncio: 0.25.3 -> 0.26.0 Diff: https://github.com/pytest-dev/pytest-asyncio/compare/refs/tags/v0.25.3...v0.26.0 Changelog: https://github.com/pytest-dev/pytest-asyncio/blob/v0.26.0/docs/reference/changelog.rst --- pkgs/development/python-modules/pytest-asyncio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-asyncio/default.nix b/pkgs/development/python-modules/pytest-asyncio/default.nix index 7950aaf6e921..ab3705e0dcba 100644 --- a/pkgs/development/python-modules/pytest-asyncio/default.nix +++ b/pkgs/development/python-modules/pytest-asyncio/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pytest-asyncio"; - version = "0.25.3"; # N.B.: when updating, tests bleak and aioesphomeapi tests + version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "pytest-dev"; repo = "pytest-asyncio"; tag = "v${version}"; - hash = "sha256-/uG8/uhKYeWrXifAJ7iqvpgXe70YduiqH8FSq2rD7f0="; + hash = "sha256-GEhFwwQCXwtqfSiew/sOvJYV3JREqOGD4fQONlRR/Mw="; }; outputs = [