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

Bumps [faker](https://github.com/joke2k/faker) from 26.3.0 to 28.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/v26.3.0...v28.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-09-01 14:54:38 +00:00 committed by GitHub
parent 483fa73927
commit e36e7c64da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 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 = "^26.3.0"
faker = "^28.1.0"
fastapi = "^0.112.2"
fastapi-jwt-auth = "^0.5.0"
httpx = "^0.27.0"