python3Packages.es-client: 8.18.2 -> 9.0.2

https://github.com/untergeek/es_client/releases/tag/v9.0.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:33:15 +01:00
parent f706b8611c
commit 7d15daf5ad
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "es-client";
version = "8.18.2";
version = "9.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "untergeek";
repo = "es_client";
tag = "v${version}";
hash = "sha256-siB17xVRS/eeKOsJcWdh4foOHXbeV8wwRclXDHodADM=";
hash = "sha256-83EBDmbZuOAVT2oYn98s6XTZrB38lx03nozAkBqHfgg=";
};
pythonRelaxDeps = true;