python3Packages.aiomisc-pytest: 1.2.1 -> 1.3.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:53 +02:00
parent c53a6036f0
commit e9e5b63271
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiomisc-pytest";
version = "1.2.1";
version = "1.3.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "aiomisc_pytest";
inherit version;
hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU=";
hash = "sha256-9Of1pSUcMiIhkz7OW5erF4oDlf/ABkaamDBPg7+WbBE=";
};
build-system = [ poetry-core ];