Merge pull request #262 from learnhouse/dependabot/pip/apps/api/faker-25.3.0

This commit is contained in:
Badr B 2024-05-29 10:06:37 +02:00 committed by GitHub
commit c943b21b77
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

@ -612,13 +612,13 @@ idna = ">=2.0.0"
[[package]] [[package]]
name = "faker" name = "faker"
version = "25.1.0" version = "25.3.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-25.1.0-py3-none-any.whl", hash = "sha256:24e28dce0b89683bb9e017e042b971c8c4909cff551b6d46f1e207674c7c2526"}, {file = "Faker-25.3.0-py3-none-any.whl", hash = "sha256:0158d47e955b6ec22134c0a74ebb7ed34fe600896208bafbf1008db831b17f04"},
{file = "Faker-25.1.0.tar.gz", hash = "sha256:2107618cf306bb188dcfea3e5cfd94aa92d65c7293a2437c1e96a99c83274755"}, {file = "Faker-25.3.0.tar.gz", hash = "sha256:bcbe31eee5ef4bbf87ce36c4eba53c01e2a1d912fde2a4d3528b430d2beb784f"},
] ]
[package.dependencies] [package.dependencies]
@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "e91147ddda03b2dd409a6ae7ece80f359d1a77ff003456d33ce42b279dd7246c" content-hash = "5e6ec5678d8fdf30d3627dc10d56ca107428d325233afb79eba9709430fbb41c"

View file

@ -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 = "^25.1.0" faker = "^25.3.0"
fastapi = "^0.111.0" fastapi = "^0.111.0"
fastapi-jwt-auth = "^0.5.0" fastapi-jwt-auth = "^0.5.0"
httpx = "^0.27.0" httpx = "^0.27.0"