chore(deps): bump faker from 28.1.0 to 30.1.0 in /apps/api

Bumps [faker](https://github.com/joke2k/faker) from 28.1.0 to 30.1.0.
- [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/v28.1.0...v30.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-01 07:57:50 +00:00 committed by GitHub
parent 88ac04ad8e
commit 0e497fbeb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -12,7 +12,7 @@ version = "0.1.0"
[tool.poetry.dependencies]
boto3 = "^1.34.79"
botocore = "^1.34.93"
faker = "^28.1.0"
faker = "^30.1.0"
fastapi = "^0.112.2"
fastapi-jwt-auth = "^0.5.0"
httpx = "^0.27.0"