kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Update dependency Faker to v15.3.2
rodzic
b0b360c076
commit
8f9c9e9031
|
@ -837,7 +837,7 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
|
|||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "15.3.1"
|
||||
version = "15.3.2"
|
||||
description = "Faker is a Python package that generates fake data for you."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "ce3a384575aadcc676459a49363907f74305a985454b9fdbe7ea4812b4deeacc"
|
||||
content-hash = "c8d41a6ee4d487b6118b506bffe8c64e04d10f9d2f9da7b18e18047e6c5d16eb"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2675,8 +2675,8 @@ factory-boy = [
|
|||
{file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
|
||||
]
|
||||
faker = [
|
||||
{file = "Faker-15.3.1-py3-none-any.whl", hash = "sha256:4a3465624515a6807e8aa7e8eeb85bdd86a2fa53de4e258892dd6be95362462e"},
|
||||
{file = "Faker-15.3.1.tar.gz", hash = "sha256:b9dd2fd9a9ac68a4e0c5040cd9e9bfaa099fa8dd15bae5f01f224a45431818d5"},
|
||||
{file = "Faker-15.3.2-py3-none-any.whl", hash = "sha256:43da04aae745018e8bded768e74c84423d9dc38e4c498a53439e749d90e20bc0"},
|
||||
{file = "Faker-15.3.2.tar.gz", hash = "sha256:0094fe3340ad73c490d3ffccc59cc171b161acfccccd52925c70970ba23e6d6b"},
|
||||
]
|
||||
feedparser = [
|
||||
{file = "feedparser-6.0.10-py3-none-any.whl", hash = "sha256:79c257d526d13b944e965f6095700587f27388e50ea16fd245babe4dfae7024f"},
|
||||
|
|
|
@ -72,7 +72,7 @@ pytest-randomly = "==3.12.0"
|
|||
pytest-sugar = "==0.9.6"
|
||||
pytest-asyncio = "==0.20.1"
|
||||
requests-mock = "==1.10.0"
|
||||
Faker = "==15.3.1"
|
||||
Faker = "==15.3.2"
|
||||
coverage = "==6.5.0"
|
||||
django-coverage-plugin = "==2.0.4"
|
||||
factory-boy = "==3.2.1"
|
||||
|
|
Ładowanie…
Reference in New Issue