python3Packages.pytest-asyncio: 0.26.0 -> 1.1.0

https://github.com/pytest-dev/pytest-asyncio/blob/v1.1.0/docs/reference/changelog.rst

Changed files
+2 -2
pkgs
development
python-modules
pytest-asyncio
+2 -2
pkgs/development/python-modules/pytest-asyncio/default.nix
···
buildPythonPackage rec {
pname = "pytest-asyncio";
-
version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests
+
version = "1.1.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests
pyproject = true;
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-asyncio";
tag = "v${version}";
-
hash = "sha256-GEhFwwQCXwtqfSiew/sOvJYV3JREqOGD4fQONlRR/Mw=";
+
hash = "sha256-+dLOzMPKI3nawfyZVZZ6hg6OkaEGZBp8oC5VIr7y0es=";
};
outputs = [