build(deps-dev): bump faker from 24.3.0 to 25.9.2 (#1371)

Bumps [faker](https://github.com/joke2k/faker) from 24.3.0 to 25.9.2.
- [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/v24.3.0...v25.9.2)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-26 09:12:38 +02:00
committed by GitHub
parent 51e785e821
commit 156c68d04e
2 changed files with 5 additions and 6 deletions

View File

@ -128,7 +128,7 @@ pydantic-extra-types = "^2.5.0"
watchdog = "<5.0.0"
pytest-codspeed = "^2.2.0"
mike = "^2.0.0"
faker = "^24.3.0"
faker = ">=24.3,<26.0"
email-validator = "^2.1.1"
[build-system]