diff --git a/poetry.lock b/poetry.lock index f3cced37..8911de0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "30.3.0" +version = "30.4.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.3.0-py3-none-any.whl", hash = "sha256:e8a15fd1b0f72992b008f5ea94c70d3baa0cb51b0d5a0e899c17b1d1b23d2771"}, - {file = "faker-30.3.0.tar.gz", hash = "sha256:8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb"}, + {file = "Faker-30.4.0-py3-none-any.whl", hash = "sha256:b6c2d61861dcf1084b8e10959418fe3380a1a3dcd2796a73d43f738a42aabb4c"}, + {file = "faker-30.4.0.tar.gz", hash = "sha256:6fd328db7195e70cdee479ee687fef6623c9b57b8023c582adbe88a01dc54297"}, ] [package.dependencies] @@ -1449,4 +1449,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c72a39f4d6e508482cce1d15b0ae8b90b476d045e0beeb077f4c4c92f7f35136" +content-hash = "6af5ffaedfe88c71f12b150d79d29f5503c69222770ad86f570cb7bdfde3e1bc" diff --git a/pyproject.toml b/pyproject.toml index f2852f2f..a8f29c8f 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 = "^30.3.0" +Faker = "^30.4.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]