diff --git a/poetry.lock b/poetry.lock index 68876f94..48671e76 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "26.3.0" +version = "27.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-26.3.0-py3-none-any.whl", hash = "sha256:97fe1e7e953dd640ca2cd4dfac4db7c4d2432dd1b7a244a3313517707f3b54e9"}, - {file = "Faker-26.3.0.tar.gz", hash = "sha256:7c10ebdf74aaa0cc4fe6ec6db5a71e8598ec33503524bd4b5f4494785a5670dd"}, + {file = "Faker-27.0.0-py3-none-any.whl", hash = "sha256:55ed0c4ed7bf16800c64823805f6fbbe6d4823db4b7c0903f6f890b8e4d6c34b"}, + {file = "faker-27.0.0.tar.gz", hash = "sha256:32c78b68d2ba97aaad78422e4035785de2b4bb46b81e428190fc11978da9036c"}, ] [package.dependencies] @@ -1443,4 +1443,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8301c2f49eb6ec7f96586704259f910f77b98bac729ee188a1d94f609597284a" +content-hash = "9b4d2f42973f45b62a6b0cdbe5afd9cb71faf30d8893e1e848ff56996953f19e" diff --git a/pyproject.toml b/pyproject.toml index 9c4b6f81..fb5c3506 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.23.8" -Faker = "^26.1.0" +Faker = "^27.0.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]