python3Packages.faker: 37.5.3 -> 40.1.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:44 +01:00
parent 6a45129250
commit b2f09bdbd5
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "faker";
version = "37.5.3";
version = "40.1.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-gxXY/01vT1iL1C/+Y6vVmYhseFBz4mpEcH4Q7rpXE9w=";
hash = "sha256-t2poFjql8XHSYPwkgnqDSbwdtnL2pmU1no0AlegTXTA=";
};
build-system = [ setuptools ];