From 047623f9855f501b6aa1957a0affa2963d4abf95 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 09:41:23 +0000
Subject: [PATCH] Bump faker from 33.3.0 to 33.3.1 (#1331)

Bumps [faker](https://github.com/joke2k/faker) from 33.3.0 to 33.3.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/v33.3.0...v33.3.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 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 41f11796a..b14669d6f 100644
--- a/demos/chat/requirements.txt
+++ b/demos/chat/requirements.txt
@@ -1,3 +1,3 @@
 aiohttp==3.11.11
 aiohttp-jinja2==1.6
-faker==33.3.0
+faker==33.3.1
diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt
index dd61faf7b..e83b35630 100644
--- a/demos/graphql-demo/requirements-dev.txt
+++ b/demos/graphql-demo/requirements-dev.txt
@@ -2,7 +2,7 @@ aiohttp==3.11.11
 aiohttp-jinja2==1.6
 aiohttp-graphql==1.1.0
 aiodataloader==0.4.0
-faker==33.3.0
+faker==33.3.1
 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 7836421ac..b1face2eb 100644
--- a/demos/motortwit/requirements.txt
+++ b/demos/motortwit/requirements.txt
@@ -2,7 +2,7 @@ aiohttp==3.11.11
 aiohttp-jinja2==1.6
 aiohttp-security==0.5.0
 bcrypt==4.2.1
-faker==33.3.0
+faker==33.3.1
 motor==3.6.0
 pytz==2024.2
 pyyaml==6.0.2