diff --git a/poetry.lock b/poetry.lock index 650d6b52..1a98d8e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "30.6.0" +version = "30.8.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.6.0-py3-none-any.whl", hash = "sha256:37b5ab951f7367ea93edb865120e9717a7a649d6a4b223f1e4a47a8a20d9e85f"}, - {file = "faker-30.6.0.tar.gz", hash = "sha256:be0e548352c1be6f6d9c982003848a0d305868f160bb1fb7f945acffc347e676"}, + {file = "Faker-30.8.1-py3-none-any.whl", hash = "sha256:4f7f133560b9d4d2a915581f4ba86f9a6a83421b89e911f36c4c96cff58135a5"}, + {file = "faker-30.8.1.tar.gz", hash = "sha256:93e8b70813f76d05d98951154681180cb795cfbcff3eced7680d963bcc0da2a9"}, ] [package.dependencies] @@ -1451,4 +1451,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b1520a9dc54997e1a80bd209ad3388727f42b9076c73b80124e39ebb88f9c2b6" +content-hash = "9a99e39f4af8360381c8d504e61081bcadeee8068ad615bf7bc4e052d75a56c3" diff --git a/pyproject.toml b/pyproject.toml index f2966942..98622e5d 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.6.0" +Faker = "^30.8.1" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]