From 00b67d1c15b6de0e627692c6280ed3abf4662eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 01:13:29 +0000 Subject: [PATCH] chore(deps): update dependency faker to v30 --- poetry.lock | 22 +++++----------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4899a28..c000d46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -559,18 +559,17 @@ yaml-plugin = ["ruamel.yaml (>=0.16.12,<0.17.0)"] [[package]] name = "faker" -version = "8.16.0" +version = "30.0.0" description = "Faker is a Python package that generates fake data for you." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "Faker-8.16.0-py3-none-any.whl", hash = "sha256:bb10913b9d3ac2aa37180f816c82040e81f9e0c32cb08445533f293cec8930bf"}, - {file = "Faker-8.16.0.tar.gz", hash = "sha256:d70b375d0af0e4c3abd594003691a1055a96281a414884e623d27bccc7d781da"}, + {file = "Faker-30.0.0-py3-none-any.whl", hash = "sha256:f0a60009150736c1c033bea31aa19ae63071c9dcf10adfaf9f1a87a3add84bc8"}, + {file = "faker-30.0.0.tar.gz", hash = "sha256:bf0207af5777950054a2a3b43f4b5bdc33b585918d2b28f1dab52ac0ffe2bac0"}, ] [package.dependencies] python-dateutil = ">=2.4" -text-unidecode = "1.3" [[package]] name = "filelock" @@ -1524,17 +1523,6 @@ files = [ {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"}, ] -[[package]] -name = "text-unidecode" -version = "1.3" -description = "The most basic Text::Unidecode port" -optional = false -python-versions = "*" -files = [ - {file = "text-unidecode-1.3.tar.gz", hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"}, - {file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"}, -] - [[package]] name = "tokenize-rt" version = "6.0.0" @@ -1684,4 +1672,4 @@ email = ["email-validator"] [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "3ef9a470bfd78a58e1d5a2eae1a03ee1114f00203b734a7a873f2a1b2d9c1f3d" +content-hash = "772a0710460ff76d41bb14c5ac6a4c049542eccff29fcb89ef278ba6f097637c" diff --git a/pyproject.toml b/pyproject.toml index 3b03985..9bb0339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ optional = true [tool.poetry.group.test.dependencies] coveralls = "^4.0.1" -faker = "8.16.0" +faker = "30.0.0" gtts = "2.5.3" tqdm = "4.66.5" pytest-cov = "5.0.0"