From 057ae8c73ea0415cf3e72a917bc7737e35c52068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:35:14 +0000 Subject: [PATCH] chore(deps): bump faker from 24.4.0 to 24.7.1 in /apps/api Bumps [faker](https://github.com/joke2k/faker) from 24.4.0 to 24.7.1. - [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/v24.4.0...v24.7.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/poetry.lock | 8 ++++---- apps/api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index c10b2f1c..99f559ea 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -613,13 +613,13 @@ idna = ">=2.0.0" [[package]] name = "faker" -version = "24.4.0" +version = "24.7.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.4.0-py3-none-any.whl", hash = "sha256:998c29ee7d64429bd59204abffa9ba11f784fb26c7b9df4def78d1a70feb36a7"}, - {file = "Faker-24.4.0.tar.gz", hash = "sha256:a5ddccbe97ab691fad6bd8036c31f5697cfaa550e62e000078d1935fa8a7ec2e"}, + {file = "Faker-24.7.1-py3-none-any.whl", hash = "sha256:73f2bd886e8ce751e660c7d37a6c0a128aab5e1551359335bb79cfea0f4fabfc"}, + {file = "Faker-24.7.1.tar.gz", hash = "sha256:39d34c63f0d62ed574161e23fe32008917b923d18098ce94c2650fe16463b7d5"}, ] [package.dependencies] @@ -3730,4 +3730,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "191e86dfe41fe5b28355860989170659ad433f5752d650bbdc04b6ab8aab0d0d" +content-hash = "091ef90bffda258e846039086d8bd557d3604192bedc8cd524228e9262f9a021" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index edb9aea5..ef69caf7 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -13,7 +13,7 @@ version = "0.1.0" boto3 = "^1.34.17" botocore = "^1.34.79" chromadb = "^0.4.22" -faker = "^24.4.0" +faker = "^24.7.1" fastapi = "^0.110.0" fastapi-jwt-auth = "^0.5.0" httpx = "^0.27.0"