Update dependency Faker to v13.13.0 (develop)
This commit is contained in:
parent
d5b350aca2
commit
365111a770
|
@ -834,7 +834,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
|
|||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "13.3.4"
|
||||
version = "13.13.0"
|
||||
description = "Faker is a Python package that generates fake data for you."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "940a18f16d2199688867b9e35a79f557f1235207dfb240f06a53e7a310f249b2"
|
||||
content-hash = "5e3a97118fefdef429b3b4b79698c1deed48765b61c2db8dcdcb78765a380073"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2555,8 +2555,8 @@ factory-boy = [
|
|||
{file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
|
||||
]
|
||||
faker = [
|
||||
{file = "Faker-13.3.4-py3-none-any.whl", hash = "sha256:7758ece2593ce603db117db3d27393c31f4af03f783e176f3f0e14839a4f3426"},
|
||||
{file = "Faker-13.3.4.tar.gz", hash = "sha256:188961065fb5c78ea639f42176f55100f72c90c3a3179ac6c955c4bd712b0511"},
|
||||
{file = "Faker-13.13.0-py3-none-any.whl", hash = "sha256:638b9c362e77bcd8212f0d1434c1940f1e8d6c336fe949add563ba0a154b6310"},
|
||||
{file = "Faker-13.13.0.tar.gz", hash = "sha256:f192d238b3b6acb98ee85bd596258a15a171385613b30a7849e5845f8980d722"},
|
||||
]
|
||||
feedparser = [
|
||||
{file = "feedparser-6.0.10-py3-none-any.whl", hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f"},
|
||||
|
|
|
@ -69,7 +69,7 @@ pytest-randomly = "==3.11.0"
|
|||
pytest-sugar = "==0.9.4"
|
||||
pytest-asyncio = "==0.18.3"
|
||||
requests-mock = "==1.9.3"
|
||||
Faker = "==13.3.4"
|
||||
Faker = "==13.13.0"
|
||||
coverage = "==6.3.3"
|
||||
django-coverage-plugin = "==2.0.3"
|
||||
factory-boy = "==3.2.1"
|
||||
|
|
Loading…
Reference in New Issue