Merge pull request #312 from learnhouse/dependabot/pip/apps/api/faker-28.1.0

chore(deps): bump faker from 26.3.0 to 28.1.0 in /apps/api
This commit is contained in:
Badr B. 2024-09-01 16:55:01 +02:00 committed by GitHub
commit a56bf555dc
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

@ -659,13 +659,13 @@ idna = ">=2.0.0"
[[package]]
name = "faker"
version = "26.3.0"
version = "28.1.0"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
files = [
{file = "Faker-26.3.0-py3-none-any.whl", hash = "sha256:97fe1e7e953dd640ca2cd4dfac4db7c4d2432dd1b7a244a3313517707f3b54e9"},
{file = "Faker-26.3.0.tar.gz", hash = "sha256:7c10ebdf74aaa0cc4fe6ec6db5a71e8598ec33503524bd4b5f4494785a5670dd"},
{file = "Faker-28.1.0-py3-none-any.whl", hash = "sha256:b17d69312ef6485a720e21bffa997668c88876a5298b278e903ba706243c9c6b"},
{file = "faker-28.1.0.tar.gz", hash = "sha256:bc460a0e6020966410d0b276043879abca0fac51890f3324bc254bb0a383ee3a"},
]
[package.dependencies]
@ -3892,4 +3892,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "09508564feef476dc494e349e66149c01afc485cc953ba3ab346e33293ed1689"
content-hash = "2ec7bb4f06f08c448812132203049a8a17319f0ceae8242acf81723647ab9f65"

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"