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

Bumps [faker](https://github.com/joke2k/faker) from 25.9.2 to 26.3.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/v25.9.2...v26.3.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-08-09 17:57:13 +00:00 committed by GitHub
parent 94d6a84974
commit 674943c3e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
apps/api/poetry.lock generated
View file

@ -662,13 +662,13 @@ idna = ">=2.0.0"
[[package]] [[package]]
name = "faker" name = "faker"
version = "25.9.2" version = "26.3.0"
description = "Faker is a Python package that generates fake data for you." description = "Faker is a Python package that generates fake data for you."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "Faker-25.9.2-py3-none-any.whl", hash = "sha256:7f8cbd179a7351648bea31f53d021a2bdfdeb59e9b830e121a635916615e0ecd"}, {file = "Faker-26.3.0-py3-none-any.whl", hash = "sha256:97fe1e7e953dd640ca2cd4dfac4db7c4d2432dd1b7a244a3313517707f3b54e9"},
{file = "Faker-25.9.2.tar.gz", hash = "sha256:ca94843600a4089a91394023fef014bb41fee509f8c4beef1530018373e770fb"}, {file = "Faker-26.3.0.tar.gz", hash = "sha256:7c10ebdf74aaa0cc4fe6ec6db5a71e8598ec33503524bd4b5f4494785a5670dd"},
] ]
[package.dependencies] [package.dependencies]
@ -3916,4 +3916,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "482740ea51413cd4ef86594cbe3b298fec990d579c58f37e540c3390ac76d353" content-hash = "c4fb16f8c99d00f6da26dae90ad75d726be530aa0a667c728e17e5d1d78dec20"

View file

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