diff --git a/poetry.lock b/poetry.lock index bbb448a2..ad740f10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,13 +506,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.2.0" +version = "19.3.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.2.0-py3-none-any.whl", hash = "sha256:c6c1218482faf79ae1d791bb7124067d12339e0b8f400de855e2c281bcf78c77"}, - {file = "Faker-19.2.0.tar.gz", hash = "sha256:78840b94843f3aa32a34a220b2b5e8b309e3ffff3a231b0c54e841bb68e0757d"}, + {file = "Faker-19.3.0-py3-none-any.whl", hash = "sha256:bee54278d6e1289573317604ab6f4782acca724396bf261eaf1890de228e553d"}, + {file = "Faker-19.3.0.tar.gz", hash = "sha256:7d6ed00de3eef9bd57504500c67ee034cab959e4248f9c24aca33e08af82ca93"}, ] [package.dependencies] @@ -1824,4 +1824,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9d837a0bcb7178f15d98c8dae8c871eb888181e2184b3480b65001164177e235" +content-hash = "df2914327d6502274a678ffb7685baefa226656e65a47eecb7de5199d163f672" diff --git a/pyproject.toml b/pyproject.toml index be54f59d..91d36a93 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 = "^19.2.0" +Faker = "^19.3.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6"