From dc4fc96494b30ea23e624c1e1b4065d66a2cb438 Mon Sep 17 00:00:00 2001
From: RenovateBot <bot@dev.funkwhale.audio>
Date: Sun, 6 Feb 2022 13:38:29 +0000
Subject: [PATCH] Update dependency Faker to v12.1.0 (develop)

---
 api/poetry.lock    | 8 ++++----
 api/pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/api/poetry.lock b/api/poetry.lock
index 7d6b8c78cb..162e74437d 100644
--- a/api/poetry.lock
+++ b/api/poetry.lock
@@ -814,7 +814,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
 
 [[package]]
 name = "faker"
-version = "12.0.1"
+version = "12.1.0"
 description = "Faker is a Python package that generates fake data for you."
 category = "dev"
 optional = false
@@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.7"
-content-hash = "795509eb06dc1c88a068fc192ab5c503fd20c23a807c3a783383384defacd1e9"
+content-hash = "66239b8554640a4fcb3ffaf80196479c9bfb4ccb0e6b88af168f629b624a502c"
 
 [metadata.files]
 aiohttp = [
@@ -2525,8 +2525,8 @@ factory-boy = [
     {file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
 ]
 faker = [
-    {file = "Faker-12.0.1-py3-none-any.whl", hash = "sha256:1dc2811f20e163892fefe7006f2ce00778f8099a40aee265bfa60a13400de63d"},
-    {file = "Faker-12.0.1.tar.gz", hash = "sha256:aa7103805ae793277abbb85da9f6f05e76a1a295a9384a8e17c2fba2b3a690cb"},
+    {file = "Faker-12.1.0-py3-none-any.whl", hash = "sha256:534c9410cd003b794900504d37f0afaf8275bfe8865583250799f696cf227cd3"},
+    {file = "Faker-12.1.0.tar.gz", hash = "sha256:820e55f62b428a4d55f6700358167e84a6ba3f8371e9ef39f9ca03a504dcae18"},
 ]
 feedparser = [
     {file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"},
diff --git a/api/pyproject.toml b/api/pyproject.toml
index 49b9293227..e17d419828 100644
--- a/api/pyproject.toml
+++ b/api/pyproject.toml
@@ -69,7 +69,7 @@ pytest-randomly = "==3.11.0"
 pytest-sugar = "==0.9.4"
 pytest-asyncio = "==0.17.2"
 requests-mock = "==1.9.3"
-Faker = "==12.0.1"
+Faker = "==12.1.0"
 coverage = "==6.3.1"
 django-coverage-plugin = "==2.0.2"
 factory-boy = "==3.2.1"
-- 
GitLab