mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump faker from 24.11.0 to 25.0.0 in /apps/api
Bumps [faker](https://github.com/joke2k/faker) from 24.11.0 to 25.0.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/v24.11.0...v25.0.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:
parent
09280eb0da
commit
5d4511ed17
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue