python3Packages.great-expectations: 1.3.2 -> 1.5.7

https://github.com/great-expectations/great_expectations/releases/tag/1.5.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:42 +02:00
parent 10c7104ef9
commit d0f56caa0b
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "great-expectations";
version = "1.3.2";
version = "1.5.7";
pyproject = true;
src = fetchFromGitHub {
owner = "great-expectations";
repo = "great_expectations";
tag = version;
hash = "sha256-MV6T8PyOyAQ2SfT8B38YdCtqj6oeZCW+z08koBR739A=";
hash = "sha256-pa44metr9KP2KF2ulq7kd84BVdBMvMhsWJeBsJ2AnG0=";
};
postPatch = ''