diff --git a/poetry.lock b/poetry.lock index 9cfd1b8e..6fac8d96 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "30.8.1" +version = "30.8.2" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.8.1-py3-none-any.whl", hash = "sha256:4f7f133560b9d4d2a915581f4ba86f9a6a83421b89e911f36c4c96cff58135a5"}, - {file = "faker-30.8.1.tar.gz", hash = "sha256:93e8b70813f76d05d98951154681180cb795cfbcff3eced7680d963bcc0da2a9"}, + {file = "Faker-30.8.2-py3-none-any.whl", hash = "sha256:4a82b2908cd19f3bba1a4da2060cc4eb18a40410ccdf9350d071d79dc92fe3ce"}, + {file = "faker-30.8.2.tar.gz", hash = "sha256:aa31b52cdae3673d6a78b4857c7bcdc0e98f201a5cb77d7827fa9e6b5876da94"}, ] [package.dependencies] @@ -1451,4 +1451,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "228a5b7a8bb79ef1bad3f53bdffc6592863801f708f0cfd77520b44b0a386ff4" +content-hash = "e30371a7f758be3f3b2533c280569b3683ed64f36a3bc55154ded10c734a8219" diff --git a/pyproject.toml b/pyproject.toml index 874280ef..4bd819bd 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.1" +Faker = "^30.8.2" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]