Merge pull request #294 from learnhouse/dependabot/pip/apps/api/faker-26.3.0

chore(deps): bump faker from 25.9.2 to 26.3.0 in /apps/api
This commit is contained in:
Badr B. 2024-08-09 20:20:46 +02:00 committed by GitHub
commit b7dc77a0e6
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]]
name = "faker"
version = "25.9.2"
version = "26.3.0"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
files = [
{file = "Faker-25.9.2-py3-none-any.whl", hash = "sha256:7f8cbd179a7351648bea31f53d021a2bdfdeb59e9b830e121a635916615e0ecd"},
{file = "Faker-25.9.2.tar.gz", hash = "sha256:ca94843600a4089a91394023fef014bb41fee509f8c4beef1530018373e770fb"},
{file = "Faker-26.3.0-py3-none-any.whl", hash = "sha256:97fe1e7e953dd640ca2cd4dfac4db7c4d2432dd1b7a244a3313517707f3b54e9"},
{file = "Faker-26.3.0.tar.gz", hash = "sha256:7c10ebdf74aaa0cc4fe6ec6db5a71e8598ec33503524bd4b5f4494785a5670dd"},
]
[package.dependencies]
@ -3916,4 +3916,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "482740ea51413cd4ef86594cbe3b298fec990d579c58f37e540c3390ac76d353"
content-hash = "c4fb16f8c99d00f6da26dae90ad75d726be530aa0a667c728e17e5d1d78dec20"

View file

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