diff --git a/pyproject.toml b/pyproject.toml index 52c357f5..3989b79f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ hooks = [ # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ "coverage ==7.6.12; python_version<'3.14'", # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281 - "faker ==38.2.0", + "faker ==39.0.0", "hypothesis >=6.21.0,<6.148.6", "pytest >=7.2.0,<9.0.0", "pytest-benchmark ==5.2.0",