Update dependency Faker to v13.14.0 (develop)
This commit is contained in:
parent
1c6bea59dc
commit
c18e438c3c
|
@ -833,7 +833,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
|
|||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "13.13.0"
|
||||
version = "13.14.0"
|
||||
description = "Faker is a Python package that generates fake data for you."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "787acc7b898a07d5cece16e6e2a3e7f324fa5e3fbaef3ecf4be3cafe9be94c61"
|
||||
content-hash = "0922388d44eb3f5af5df23af70e8a4255fcf9fe17448212840c1c37f3d438e0b"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2560,8 +2560,8 @@ factory-boy = [
|
|||
{file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
|
||||
]
|
||||
faker = [
|
||||
{file = "Faker-13.13.0-py3-none-any.whl", hash = "sha256:638b9c362e77bcd8212f0d1434c1940f1e8d6c336fe949add563ba0a154b6310"},
|
||||
{file = "Faker-13.13.0.tar.gz", hash = "sha256:f192d238b3b6acb98ee85bd596258a15a171385613b30a7849e5845f8980d722"},
|
||||
{file = "Faker-13.14.0-py3-none-any.whl", hash = "sha256:0297b7fc0f2458dfff8d5a92335c62fa25fb059f8cbaf7db580a0dd7177aff2e"},
|
||||
{file = "Faker-13.14.0.tar.gz", hash = "sha256:b9f93ec97a70da79d43f497aa7b2b7d2bcd5d0c6d3ab7c102dde4193d0a38351"},
|
||||
]
|
||||
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.13.0"
|
||||
Faker = "==13.14.0"
|
||||
coverage = "==6.4.1"
|
||||
django-coverage-plugin = "==2.0.3"
|
||||
factory-boy = "==3.2.1"
|
||||
|
|
Loading…
Reference in New Issue