Merge pull request #325 from learnhouse/dependabot/pip/apps/api/faker-30.1.0

chore(deps): bump faker from 28.1.0 to 30.1.0 in /apps/api
This commit is contained in:
Badr B. 2024-10-01 11:35:26 +02:00 committed by GitHub
commit 7cce40bbec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
apps/api/poetry.lock generated
View file

@ -662,17 +662,18 @@ idna = ">=2.0.0"
[[package]]
name = "faker"
version = "28.1.0"
version = "30.1.0"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
files = [
{file = "Faker-28.1.0-py3-none-any.whl", hash = "sha256:b17d69312ef6485a720e21bffa997668c88876a5298b278e903ba706243c9c6b"},
{file = "faker-28.1.0.tar.gz", hash = "sha256:bc460a0e6020966410d0b276043879abca0fac51890f3324bc254bb0a383ee3a"},
{file = "Faker-30.1.0-py3-none-any.whl", hash = "sha256:dbf81295c948270a9e96cd48a9a3ebec73acac9a153d0c854fbbd0294557609f"},
{file = "faker-30.1.0.tar.gz", hash = "sha256:e0593931bd7be9a9ea984b5d8c302ef1cec19392585d1e90d444199271d0a94d"},
]
[package.dependencies]
python-dateutil = ">=2.4"
typing-extensions = "*"
[[package]]
name = "fastapi"
@ -3895,4 +3896,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "6164f474705615a7cd1b0ec34a6f416ced35f9176b0638fc40f6553bd1036188"
content-hash = "93839dea7f4fb5489e56a0e94d53941fe1fb67d57a67c316638b3255b3015158"

View file

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