diff --git a/poetry.lock b/poetry.lock index 0bbd6439..8d62101d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "28.4.1" +version = "29.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, - {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, + {file = "Faker-29.0.0-py3-none-any.whl", hash = "sha256:32d0ee7d42925ff06e4a7d906ee7efbf34f5052a41a2a1eb8bb174a422a5498f"}, + {file = "faker-29.0.0.tar.gz", hash = "sha256:34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77"}, ] [package.dependencies] @@ -1456,4 +1456,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "db28a689c53210223f75cccea3051a2a8e9610e1f08d243f49c9efc4ce5e6ed7" +content-hash = "ece46783ef3d59fc46cb69daf026832f0f9f1a62095da2d6c6600207ca688004" diff --git a/pyproject.toml b/pyproject.toml index a631dc22..4592ddbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.4.0" pytest-cov = "^5.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.24.0" -Faker = "^28.4.1" +Faker = "^29.0.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]