From 3e74c283e048d4de2058d45098cc6e703668757e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:03:32 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 30.3.0 to 30.6.0 (#614) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b2d0755..650d6b52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "30.3.0" +version = "30.6.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.6.0-py3-none-any.whl", hash = "sha256:37b5ab951f7367ea93edb865120e9717a7a649d6a4b223f1e4a47a8a20d9e85f"}, + {file = "faker-30.6.0.tar.gz", hash = "sha256:be0e548352c1be6f6d9c982003848a0d305868f160bb1fb7f945acffc347e676"}, ] [package.dependencies] @@ -1451,4 +1451,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c7326c1240a6bbd2816182ad667c44efcb82b607e21783be2a9251997876cb6d" +content-hash = "b1520a9dc54997e1a80bd209ad3388727f42b9076c73b80124e39ebb88f9c2b6" diff --git a/pyproject.toml b/pyproject.toml index b81b3ef8..002eee98 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.6.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]