From fa1c7db8535e1af74071b60723504d9ccbdfcf4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:49:34 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 28.4.1 to 30.0.0 (#601) 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 5afefa51..5f506172 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "28.4.1" +version = "30.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, - {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, + {file = "Faker-30.0.0-py3-none-any.whl", hash = "sha256:f0a60009150736c1c033bea31aa19ae63071c9dcf10adfaf9f1a87a3add84bc8"}, + {file = "faker-30.0.0.tar.gz", hash = "sha256:bf0207af5777950054a2a3b43f4b5bdc33b585918d2b28f1dab52ac0ffe2bac0"}, ] [package.dependencies] @@ -1445,4 +1445,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "91cd69deba4c5fd8240ef9a0b837129b77d6751cb0454262bc5fe6b9ef06b47c" +content-hash = "9dac0dd5ae451bed1b42bf73d2de6f808b813ad803d5bb9362e3f1ef62da06c0" diff --git a/pyproject.toml b/pyproject.toml index 34f2ac9c..0a076842 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 = "^28.4.1" +Faker = "^30.0.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]