diff --git a/poetry.lock b/poetry.lock index e76acb4e..a24d7390 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "35.0.0" +version = "35.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-35.0.0-py3-none-any.whl", hash = "sha256:926d2301787220e0554c2e39afc4dc535ce4b0a8d0a089657137999f66334ef4"}, - {file = "faker-35.0.0.tar.gz", hash = "sha256:42f2da8cf561e38c72b25e9891168b1e25fec42b6b0b5b0b6cd6041da54af885"}, + {file = "Faker-35.2.0-py3-none-any.whl", hash = "sha256:609abe555761ff31b0e5e16f958696e9b65c9224a7ac612ac96bfc2b8f09fe35"}, + {file = "faker-35.2.0.tar.gz", hash = "sha256:28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19"}, ] [package.dependencies] @@ -1459,4 +1459,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e808cc7e266d229e8e6fc1d59194e69d2dd7ecd05999241561ee6813d831bcbd" +content-hash = "33bd31514021a56ca4f0d42330ef96b04b94d3e881b9444bda1c4c8edacf8b86" diff --git a/pyproject.toml b/pyproject.toml index e252cdac..f08dbcfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^4.1.0" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.25.3" -Faker = "^35.0.0" +Faker = "^35.2.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]