python3Packages.faker: 36.1.1 -> 37.1.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:19 +02:00
parent 69569c9e68
commit a2e9f645c8
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "faker";
version = "36.1.1";
version = "37.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-fLK71MjwQOSjQK5AGemki2zx22pxvaTlph2NE7e+8o0=";
hash = "sha256-rZ3GajuEiIuDfKcp6FKZqWtY/a7wMj7QuqzpPJYUrwY=";
};
build-system = [ setuptools ];