From 17fd62bab864f8c850e6c5c1bfd6e849fe6e1da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:16:08 +0000 Subject: [PATCH] Bump faker from 37.3.0 to 37.4.2 Bumps [faker](https://github.com/joke2k/faker) from 37.3.0 to 37.4.2. - [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/v37.3.0...v37.4.2) --- updated-dependencies: - dependency-name: faker dependency-version: 37.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demos/chat/requirements.txt | 2 +- demos/graphql-demo/requirements-dev.txt | 2 +- demos/motortwit/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/chat/requirements.txt b/demos/chat/requirements.txt index 0ef352072..dc4d5b1dc 100644 --- a/demos/chat/requirements.txt +++ b/demos/chat/requirements.txt @@ -1,3 +1,3 @@ aiohttp==3.11.18 aiohttp-jinja2==1.6 -faker==37.3.0 +faker==37.4.2 diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt index 6508f0e70..b6f558ff9 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -2,7 +2,7 @@ aiohttp==3.11.18 aiohttp-jinja2==1.6 aiohttp-graphql==1.1.0 aiodataloader==0.4.2 -faker==37.3.0 +faker==37.4.2 trafaret_config==2.0.2 graphene==2.1.9 graphql-core==2.3.2 diff --git a/demos/motortwit/requirements.txt b/demos/motortwit/requirements.txt index 328d75c08..a2e304739 100644 --- a/demos/motortwit/requirements.txt +++ b/demos/motortwit/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.11.18 aiohttp-jinja2==1.6 aiohttp-security==0.5.0 bcrypt==4.3.0 -faker==37.3.0 +faker==37.4.2 motor==3.7.1 pytz==2025.2 pyyaml==6.0.2