Update dependency Faker to v12.3.3 (develop)
This commit is contained in:
parent
bccd212dab
commit
a5cac4cc61
|
@ -814,7 +814,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
|
|||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "12.1.0"
|
||||
version = "12.3.3"
|
||||
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 = "510ecbfe8c71b1479b866217a7e70890db50a5b337c0e7d8f6c0c393892211e5"
|
||||
content-hash = "d183e07c9adf2950149e16f868d950209fc31aed2f8e1583b2479465ef96f0ea"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2525,8 +2525,8 @@ factory-boy = [
|
|||
{file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
|
||||
]
|
||||
faker = [
|
||||
{file = "Faker-12.1.0-py3-none-any.whl", hash = "sha256:534c9410cd003b794900504d37f0afaf8275bfe8865583250799f696cf227cd3"},
|
||||
{file = "Faker-12.1.0.tar.gz", hash = "sha256:820e55f62b428a4d55f6700358167e84a6ba3f8371e9ef39f9ca03a504dcae18"},
|
||||
{file = "Faker-12.3.3-py3-none-any.whl", hash = "sha256:a7244b7f25503811072122d98918f445df276ea80c5e38448f51a3b765665ece"},
|
||||
{file = "Faker-12.3.3.tar.gz", hash = "sha256:dc46ddaf9bd33998c49c69dc68273bb5b11e41820b38f05296d3241c7d681597"},
|
||||
]
|
||||
feedparser = [
|
||||
{file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"},
|
||||
|
|
|
@ -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.1.0"
|
||||
Faker = "==12.3.3"
|
||||
coverage = "==6.3.1"
|
||||
django-coverage-plugin = "==2.0.2"
|
||||
factory-boy = "==3.2.1"
|
||||
|
|
Loading…
Reference in New Issue