Merge pull request #176 from learnhouse/dependabot/pip/apps/api/faker-24.4.0

chore(deps): bump faker from 22.7.0 to 24.4.0 in /apps/api
This commit is contained in:
Badr B 2024-03-31 01:31:26 +01:00 committed by GitHub
commit ef73aae50a
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

@ -611,13 +611,13 @@ idna = ">=2.0.0"
[[package]]
name = "faker"
version = "22.7.0"
version = "24.4.0"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
files = [
{file = "Faker-22.7.0-py3-none-any.whl", hash = "sha256:d12edbac08a82a75ecd588f299f44f12e33f000c15fe414abc417f0836cb51ae"},
{file = "Faker-22.7.0.tar.gz", hash = "sha256:f797529ebeb9bd9e1851106b99e156c9bebe67d2730c8393a1705ed1c864f1bf"},
{file = "Faker-24.4.0-py3-none-any.whl", hash = "sha256:998c29ee7d64429bd59204abffa9ba11f784fb26c7b9df4def78d1a70feb36a7"},
{file = "Faker-24.4.0.tar.gz", hash = "sha256:a5ddccbe97ab691fad6bd8036c31f5697cfaa550e62e000078d1935fa8a7ec2e"},
]
[package.dependencies]
@ -3568,4 +3568,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "c43e2732024e7978fb0e9adc1b8f4b834a4b5e9080f0794d2bd8020705608266"
content-hash = "aace13f84c5c679ec51e40dc290631157ebb06fbb8127feff4998ebe1be74d41"

View file

@ -12,7 +12,7 @@ version = "0.1.0"
boto3 = "^1.34.17"
botocore = "^1.34.17"
chromadb = "^0.4.22"
faker = "^22.2.0"
faker = "^24.4.0"
fastapi = "^0.110.0"
fastapi-jwt-auth = "^0.5.0"
httpx = "^0.26.0"