diff --git a/poetry.lock b/poetry.lock index 57960bca..07ca31c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "30.8.2" +version = "32.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.8.2-py3-none-any.whl", hash = "sha256:4a82b2908cd19f3bba1a4da2060cc4eb18a40410ccdf9350d071d79dc92fe3ce"}, - {file = "faker-30.8.2.tar.gz", hash = "sha256:aa31b52cdae3673d6a78b4857c7bcdc0e98f201a5cb77d7827fa9e6b5876da94"}, + {file = "Faker-32.1.0-py3-none-any.whl", hash = "sha256:c77522577863c264bdc9dad3a2a750ad3f7ee43ff8185072e482992288898814"}, + {file = "faker-32.1.0.tar.gz", hash = "sha256:aac536ba04e6b7beb2332c67df78485fc29c1880ff723beac6d1efd45e2f10f5"}, ] [package.dependencies] @@ -1451,4 +1451,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e30371a7f758be3f3b2533c280569b3683ed64f36a3bc55154ded10c734a8219" +content-hash = "643f5e79b51cb75a3ea8ba1a1c2b1dae0077538ac55dfff07f89e4de572024e0" diff --git a/pyproject.toml b/pyproject.toml index 5cc12689..f92b1ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^4.0.1" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.24.0" -Faker = "^30.8.2" +Faker = "^32.1.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]