Update dependency Faker to v12.1.0 (develop)

This commit is contained in:
RenovateBot 2022-02-06 13:38:29 +00:00 committed by Georg Krause
parent 5a475f477f
commit dc4fc96494
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -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"},

View File

@ -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"