diff --git a/poetry.lock b/poetry.lock index 84791091..53878323 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,13 +506,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.3.0" +version = "19.5.0" 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.5.0-py3-none-any.whl", hash = "sha256:63c56979160d232968348945ba6f847bb18b1023dfcb0fdb133560c0f0528b5d"}, + {file = "Faker-19.5.0.tar.gz", hash = "sha256:1a173fdebf35d4b49683c02066a877cc42dd59aed93c718b68a88ee8db1da4ed"}, ] [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 = "544d89565823b77ca26faa755ce5633f1b4ecf96a3412a49db51b8f1c36cb263" diff --git a/pyproject.toml b/pyproject.toml index 1b2f1efe..1ac68c85 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.5.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6"