diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index b71fd4e0..667e38a0 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -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" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index befddf2a..932b86a5 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -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"