From ef3aa4b6d0059405a588dd906775878b46fd87cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:55:37 +0000 Subject: [PATCH] build(deps): bump faker from 19.8.0 to 19.9.0 Bumps [faker](https://github.com/joke2k/faker) from 19.8.0 to 19.9.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/v19.8.0...v19.9.0) --- updated-dependencies: - dependency-name: faker 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 d254076ed..04255a623 100644 --- a/demos/chat/requirements.txt +++ b/demos/chat/requirements.txt @@ -1,3 +1,3 @@ aiohttp==3.8.6 aiohttp-jinja2==1.5.1 -faker==19.8.0 +faker==19.9.0 diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt index 6af818d8e..bcd5c6a61 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -3,7 +3,7 @@ aiopg[sa]==1.4.0 aiohttp_jinja2==1.5.1 aiohttp_graphql==1.1.0 aiodataloader==0.4.0 -faker==19.8.0 +faker==19.9.0 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 dab1c90d8..2f60ab522 100644 --- a/demos/motortwit/requirements.txt +++ b/demos/motortwit/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.8.6 aiohttp_jinja2==1.5.1 aiohttp_security==0.4.0 bcrypt==4.0.1 -faker==19.8.0 +faker==19.9.0 motor==3.3.1 pytz==2023.3.post1 pyyaml==6.0.1