diff --git a/poetry.lock b/poetry.lock index a65596c4..0f0150e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,13 +506,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.6.1" +version = "19.8.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.6.1-py3-none-any.whl", hash = "sha256:64c8513c53c3a809075ee527b323a0ba61517814123f3137e4912f5d43350139"}, - {file = "Faker-19.6.1.tar.gz", hash = "sha256:5d6b7880b3bea708075ddf91938424453f07053a59f8fa0453c1870df6ff3292"}, + {file = "Faker-19.8.0-py3-none-any.whl", hash = "sha256:d86cb3150626bd642c6abd8a64107ddb0b154500252f46a56efe527a50594866"}, + {file = "Faker-19.8.0.tar.gz", hash = "sha256:5b234b89a9c536a37420f612169b6e58627b823ba1bba2504c0450db3b136620"}, ] [package.dependencies] @@ -1834,4 +1834,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c7f52dfdd8e36812a330a3edf2e8ef5063e96bee158c849b434983d486526243" +content-hash = "706c257c5596378ef43e742e451a16506834b5f26156d34781bfb25ba1b3944a" diff --git a/pyproject.toml b/pyproject.toml index 512a9a06..aaae59a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.4.0" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.21.1" -Faker = "^19.6.1" +Faker = "^19.8.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6"