mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump faker from 28.1.0 to 30.1.0 in /apps/api
Bumps [faker](https://github.com/joke2k/faker) from 28.1.0 to 30.1.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/v28.1.0...v30.1.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
88ac04ad8e
commit
0e497fbeb9
2 changed files with 6 additions and 5 deletions
9
apps/api/poetry.lock
generated
9
apps/api/poetry.lock
generated
|
|
@ -662,17 +662,18 @@ idna = ">=2.0.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "faker"
|
name = "faker"
|
||||||
version = "28.1.0"
|
version = "30.1.0"
|
||||||
description = "Faker is a Python package that generates fake data for you."
|
description = "Faker is a Python package that generates fake data for you."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "Faker-28.1.0-py3-none-any.whl", hash = "sha256:b17d69312ef6485a720e21bffa997668c88876a5298b278e903ba706243c9c6b"},
|
{file = "Faker-30.1.0-py3-none-any.whl", hash = "sha256:dbf81295c948270a9e96cd48a9a3ebec73acac9a153d0c854fbbd0294557609f"},
|
||||||
{file = "faker-28.1.0.tar.gz", hash = "sha256:bc460a0e6020966410d0b276043879abca0fac51890f3324bc254bb0a383ee3a"},
|
{file = "faker-30.1.0.tar.gz", hash = "sha256:e0593931bd7be9a9ea984b5d8c302ef1cec19392585d1e90d444199271d0a94d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
python-dateutil = ">=2.4"
|
python-dateutil = ">=2.4"
|
||||||
|
typing-extensions = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
|
|
@ -3895,4 +3896,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "6164f474705615a7cd1b0ec34a6f416ced35f9176b0638fc40f6553bd1036188"
|
content-hash = "93839dea7f4fb5489e56a0e94d53941fe1fb67d57a67c316638b3255b3015158"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ version = "0.1.0"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
boto3 = "^1.34.79"
|
boto3 = "^1.34.79"
|
||||||
botocore = "^1.34.93"
|
botocore = "^1.34.93"
|
||||||
faker = "^28.1.0"
|
faker = "^30.1.0"
|
||||||
fastapi = "^0.112.2"
|
fastapi = "^0.112.2"
|
||||||
fastapi-jwt-auth = "^0.5.0"
|
fastapi-jwt-auth = "^0.5.0"
|
||||||
httpx = "^0.27.0"
|
httpx = "^0.27.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue