Update dependency Faker to v13 (develop)
This commit is contained in:
parent
c766c5e1a1
commit
25eccc880e
|
@ -814,7 +814,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
|
|||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "12.3.3"
|
||||
version = "13.0.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 = "4549c99cbc3ac0cb2f10b7b681de8ef1ae32d8066307003071d77e6d031b3ab1"
|
||||
content-hash = "ca4f3e1f09affa59779b635ece28a9364a47f4fcc72c369927fb9f4ae402b027"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2525,8 +2525,8 @@ factory-boy = [
|
|||
{file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
|
||||
]
|
||||
faker = [
|
||||
{file = "Faker-12.3.3-py3-none-any.whl", hash = "sha256:a7244b7f25503811072122d98918f445df276ea80c5e38448f51a3b765665ece"},
|
||||
{file = "Faker-12.3.3.tar.gz", hash = "sha256:dc46ddaf9bd33998c49c69dc68273bb5b11e41820b38f05296d3241c7d681597"},
|
||||
{file = "Faker-13.0.0-py3-none-any.whl", hash = "sha256:ee8d9181137cdd2b198bd3d0653b0a3b7b385213862348e15ba8a423324b702b"},
|
||||
{file = "Faker-13.0.0.tar.gz", hash = "sha256:f545b2a1ba5f7effc4ed71af0a5204d939445f0190838d41bee6bc160958bfbe"},
|
||||
]
|
||||
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.1"
|
||||
requests-mock = "==1.9.3"
|
||||
Faker = "==12.3.3"
|
||||
Faker = "==13.0.0"
|
||||
coverage = "==6.3.1"
|
||||
django-coverage-plugin = "==2.0.2"
|
||||
factory-boy = "==3.2.1"
|
||||
|
|
Loading…
Reference in New Issue