Update dependency Faker to v12 (develop)

environments/review-front-reno-8m7nsm/deployments/9962
RenovateBot 2022-02-02 11:31:39 +00:00 zatwierdzone przez JuniorJPDJ
rodzic 4e3e34c952
commit ff2ff0d101
2 zmienionych plików z 6 dodań i 18 usunięć

22
api/poetry.lock wygenerowano
Wyświetl plik

@ -804,7 +804,7 @@ doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
[[package]]
name = "faker"
version = "8.16.0"
version = "12.0.0"
description = "Faker is a Python package that generates fake data for you."
category = "dev"
optional = false
@ -812,7 +812,7 @@ python-versions = ">=3.6"
[package.dependencies]
python-dateutil = ">=2.4"
text-unidecode = "1.3"
typing-extensions = {version = ">=3.10.0.2", markers = "python_version < \"3.8\""}
[[package]]
name = "feedparser"
@ -1803,14 +1803,6 @@ category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "text-unidecode"
version = "1.3"
description = "The most basic Text::Unidecode port"
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "toml"
version = "0.10.2"
@ -2089,7 +2081,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "4362f6735455457dafd31c041f417358eb6f17bfb29586ca5767011f419733e9"
content-hash = "e36150c5d5a7be64bdfc2688a3870e6924c571cf7d45054bde517ce7f1dafea9"
[metadata.files]
aiohttp = [
@ -2512,8 +2504,8 @@ factory-boy = [
{file = "factory_boy-3.2.1.tar.gz", hash = "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e"},
]
faker = [
{file = "Faker-8.16.0-py3-none-any.whl", hash = "sha256:bb10913b9d3ac2aa37180f816c82040e81f9e0c32cb08445533f293cec8930bf"},
{file = "Faker-8.16.0.tar.gz", hash = "sha256:d70b375d0af0e4c3abd594003691a1055a96281a414884e623d27bccc7d781da"},
{file = "Faker-12.0.0-py3-none-any.whl", hash = "sha256:56397929f87baf1d40b794dbcc4edbb9a393ad1d02d865c67f871f5921b9ae4a"},
{file = "Faker-12.0.0.tar.gz", hash = "sha256:4894ce3309c0099e8e6eb1db6e376372e7bcab822334bbdbcd2b1fa4df3d2231"},
]
feedparser = [
{file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"},
@ -3239,10 +3231,6 @@ sqlparse = [
termcolor = [
{file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"},
]
text-unidecode = [
{file = "text-unidecode-1.3.tar.gz", hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"},
{file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"},
]
toml = [
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},

Wyświetl plik

@ -69,7 +69,7 @@ pytest-randomly = "==3.11.0"
pytest-sugar = "==0.9.4"
pytest-asyncio = "==0.17.2"
requests-mock = "==1.9.3"
Faker = "==8.16.0"
Faker = "==12.0.0"
coverage = "==5.5"
django-coverage-plugin = "==2.0.2"
factory-boy = "==3.2.1"