[UPDATE] Update faker requirement

Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v37.12.0...v38.0.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 38.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-17 08:04:08 +00:00
committed by GitHub
parent 5f0d7c07ce
commit b7e5892510

View File

@@ -68,7 +68,7 @@ dev = [
"pre-commit>=4.3.0,<5.0.0", "pre-commit>=4.3.0,<5.0.0",
"ruff>=0.14.4,<1.0.0", "ruff>=0.14.4,<1.0.0",
"djhtml>=3.0.10,<4.0.0", "djhtml>=3.0.10,<4.0.0",
"faker>=37.12.0,<38.0.0", "faker>=37.12.0,<39.0.0",
"rjsmin>=1.2.5,<2.0.0", "rjsmin>=1.2.5,<2.0.0",
] ]
tests = [ tests = [