mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
Merge pull request #262 from learnhouse/dependabot/pip/apps/api/faker-25.3.0
This commit is contained in:
commit
c943b21b77
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -612,13 +612,13 @@ idna = ">=2.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "25.1.0"
|
||||
version = "25.3.0"
|
||||
description = "Faker is a Python package that generates fake data for you."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "Faker-25.1.0-py3-none-any.whl", hash = "sha256:24e28dce0b89683bb9e017e042b971c8c4909cff551b6d46f1e207674c7c2526"},
|
||||
{file = "Faker-25.1.0.tar.gz", hash = "sha256:2107618cf306bb188dcfea3e5cfd94aa92d65c7293a2437c1e96a99c83274755"},
|
||||
{file = "Faker-25.3.0-py3-none-any.whl", hash = "sha256:0158d47e955b6ec22134c0a74ebb7ed34fe600896208bafbf1008db831b17f04"},
|
||||
{file = "Faker-25.3.0.tar.gz", hash = "sha256:bcbe31eee5ef4bbf87ce36c4eba53c01e2a1d912fde2a4d3528b430d2beb784f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "e91147ddda03b2dd409a6ae7ece80f359d1a77ff003456d33ce42b279dd7246c"
|
||||
content-hash = "5e6ec5678d8fdf30d3627dc10d56ca107428d325233afb79eba9709430fbb41c"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ version = "0.1.0"
|
|||
[tool.poetry.dependencies]
|
||||
boto3 = "^1.34.79"
|
||||
botocore = "^1.34.93"
|
||||
faker = "^25.1.0"
|
||||
faker = "^25.3.0"
|
||||
fastapi = "^0.111.0"
|
||||
fastapi-jwt-auth = "^0.5.0"
|
||||
httpx = "^0.27.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue