python3Packages.pyportainer: 1.0.16 -> 1.0.22

Diff: https://github.com/erwindouna/pyportainer/compare/v1.0.16...v1.0.22

Changelog: https://github.com/erwindouna/pyportainer/releases/tag/v1.0.22
This commit is contained in:
Robert Schütz
2026-01-08 00:52:31 +01:00
committed by Martin Weinelt
parent 7386e25c81
commit ea9ede0720
@@ -3,10 +3,10 @@
aresponses,
buildPythonPackage,
fetchFromGitHub,
hatchling,
lib,
mashumaro,
orjson,
poetry-core,
pytest-cov-stub,
pytestCheckHook,
syrupy,
@@ -15,17 +15,17 @@
buildPythonPackage rec {
pname = "pyportainer";
version = "1.0.16";
version = "1.0.22";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyportainer";
tag = "v${version}";
hash = "sha256-sLjNCSPzEtws6mzvVYRPUq/TsJ6q4Oui5li6L0uU/Qg=";
hash = "sha256-rbRXrfORFxU0ar4scmAA1Rgaaci5zHSceItTwOOTogQ=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
aiohttp