diff --git a/poetry.lock b/poetry.lock index 84791091..5692a2c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,13 +506,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.3.0" +version = "19.6.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.3.0-py3-none-any.whl", hash = "sha256:bee54278d6e1289573317604ab6f4782acca724396bf261eaf1890de228e553d"}, - {file = "Faker-19.3.0.tar.gz", hash = "sha256:7d6ed00de3eef9bd57504500c67ee034cab959e4248f9c24aca33e08af82ca93"}, + {file = "Faker-19.6.1-py3-none-any.whl", hash = "sha256:64c8513c53c3a809075ee527b323a0ba61517814123f3137e4912f5d43350139"}, + {file = "Faker-19.6.1.tar.gz", hash = "sha256:5d6b7880b3bea708075ddf91938424453f07053a59f8fa0453c1870df6ff3292"}, ] [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 = "b98cc3f6d0ca0c1703e178f2d6866336c4d954c175ca16a6f9cd0fd23700757a" +content-hash = "666fb3425ff6631c4f67f8c690a2a91d6c270e81f6d66f0c7bdeded7bb98de5c" diff --git a/pyproject.toml b/pyproject.toml index 1b2f1efe..dce39ba7 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.3.0" +Faker = "^19.6.1" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6"