Update dependency Faker to v13.3.2 (develop)
This commit is contained in:
parent
8d8753b614
commit
2f99fbbf8d
|
@ -814,7 +814,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
|
|||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "13.3.1"
|
||||
version = "13.3.2"
|
||||
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 = "c1933cc93799d4eb0d9843037672d27e321cfec2f39b239c52d42993491cbc47"
|
||||
content-hash = "eeb1d81be147ac44f8114bdf75ad31660711b0da0e60e98d913a8971a3396f48"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2525,8 +2525,8 @@ factory-boy = [
|
|||
{file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
|
||||
]
|
||||
faker = [
|
||||
{file = "Faker-13.3.1-py3-none-any.whl", hash = "sha256:c88c8b5ee9376a242deca8fe829f9a3215ffa43c31da6f66d9594531fb344453"},
|
||||
{file = "Faker-13.3.1.tar.gz", hash = "sha256:fa060e331ffffb57cfa4c07f95d54911e339984ed72596ba6a9e7b6fa569d799"},
|
||||
{file = "Faker-13.3.2-py3-none-any.whl", hash = "sha256:66db859b6abe376d02e805ad81eb8dcfce38f0945f17ee7cdf74ed349985ea52"},
|
||||
{file = "Faker-13.3.2.tar.gz", hash = "sha256:fe969607836ce7100e38b88dcb598aacb733d895e6e9401894dd603e35623000"},
|
||||
]
|
||||
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.18.2"
|
||||
requests-mock = "==1.9.3"
|
||||
Faker = "==13.3.1"
|
||||
Faker = "==13.3.2"
|
||||
coverage = "==6.3.2"
|
||||
django-coverage-plugin = "==2.0.2"
|
||||
factory-boy = "==3.2.1"
|
||||
|
|
Loading…
Reference in New Issue