diff --git a/poetry.lock b/poetry.lock index 9a67afd5..0c21e002 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,17 +506,18 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "18.13.0" +version = "19.2.0" description = "Faker is a Python package that generates fake data for you." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Faker-18.13.0-py3-none-any.whl", hash = "sha256:801d1a2d71f1fc54d332de2ab19de7452454309937233ea2f7485402882d67b3"}, - {file = "Faker-18.13.0.tar.gz", hash = "sha256:84bcf92bb725dd7341336eea4685df9a364f16f2470c4d29c1d7e6c5fd5a457d"}, + {file = "Faker-19.2.0-py3-none-any.whl", hash = "sha256:c6c1218482faf79ae1d791bb7124067d12339e0b8f400de855e2c281bcf78c77"}, + {file = "Faker-19.2.0.tar.gz", hash = "sha256:78840b94843f3aa32a34a220b2b5e8b309e3ffff3a231b0c54e841bb68e0757d"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = {version = ">=3.10.0.1", markers = "python_version <= \"3.8\""} [[package]] name = "filelock" @@ -1823,4 +1824,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "73beed36302b6adcef391dfd5d1be1f165d813b44d836bbdda4223447b577072" +content-hash = "fd67f7563405b92e326f41f1863fc5d6480adf671a3382bfa8f9d51d78c1f183" diff --git a/pyproject.toml b/pyproject.toml index 88367243..277c2e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.2.2" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.21.1" -Faker = "^18.3.1" +Faker = "^19.2.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6"