chore(deps): bump faker from 22.7.0 to 24.4.0 in /apps/api

Bumps [faker](https://github.com/joke2k/faker) from 22.7.0 to 24.4.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/v22.7.0...v24.4.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:
dependabot[bot] 2024-03-31 00:31:07 +00:00 committed by GitHub
parent 7c8f888899
commit 7088e0189e
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]] [[package]]
name = "faker" name = "faker"
version = "22.7.0" version = "24.4.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-22.7.0-py3-none-any.whl", hash = "sha256:d12edbac08a82a75ecd588f299f44f12e33f000c15fe414abc417f0836cb51ae"}, {file = "Faker-24.4.0-py3-none-any.whl", hash = "sha256:998c29ee7d64429bd59204abffa9ba11f784fb26c7b9df4def78d1a70feb36a7"},
{file = "Faker-22.7.0.tar.gz", hash = "sha256:f797529ebeb9bd9e1851106b99e156c9bebe67d2730c8393a1705ed1c864f1bf"}, {file = "Faker-24.4.0.tar.gz", hash = "sha256:a5ddccbe97ab691fad6bd8036c31f5697cfaa550e62e000078d1935fa8a7ec2e"},
] ]
[package.dependencies] [package.dependencies]
@ -3568,4 +3568,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 = "c43e2732024e7978fb0e9adc1b8f4b834a4b5e9080f0794d2bd8020705608266" content-hash = "aace13f84c5c679ec51e40dc290631157ebb06fbb8127feff4998ebe1be74d41"

View file

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