Merge pull request #233 from learnhouse/dependabot/pip/apps/api/faker-25.0.0

chore(deps): bump faker from 24.11.0 to 25.0.0 in /apps/api
This commit is contained in:
Badr B 2024-04-29 22:19:03 +02:00 committed by GitHub
commit 695322cc16
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

@ -613,13 +613,13 @@ idna = ">=2.0.0"
[[package]]
name = "faker"
version = "24.14.1"
version = "25.0.0"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
files = [
{file = "Faker-24.14.1-py3-none-any.whl", hash = "sha256:a5edba3aa17a1d689c8907e5b0cd1653079c2466a4807f083aa7b5f80a00225d"},
{file = "Faker-24.14.1.tar.gz", hash = "sha256:380a3697e696ae4fcf50a93a3d9e0286fab7dfbf05a9caa4421fa4727c6b1e89"},
{file = "Faker-25.0.0-py3-none-any.whl", hash = "sha256:e23a2b74888885c3d23a9237bacb823041291c03d609a39acb9ebe6c123f3986"},
{file = "Faker-25.0.0.tar.gz", hash = "sha256:87ef41e24b39a5be66ecd874af86f77eebd26782a2681200e86c5326340a95d3"},
]
[package.dependencies]
@ -3673,4 +3673,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "a593ac9cf5d0f8bc5d4c28a2501377115007b0c5eef5a44dbafd1f89c58f1020"
content-hash = "88b4dc29339e8442b5891d7f805872a69e04d1f57f9c287f83a8182449f1de7e"

View file

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