From 0caf2b07dcbbf51ff7713639c6325438dc2732b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:30:05 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 30.1.0 to 30.3.0 Bumps [faker](https://github.com/joke2k/faker) from 30.1.0 to 30.3.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v30.1.0...v30.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 00334564..f3cced37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "30.1.0" +version = "30.3.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.1.0-py3-none-any.whl", hash = "sha256:dbf81295c948270a9e96cd48a9a3ebec73acac9a153d0c854fbbd0294557609f"}, - {file = "faker-30.1.0.tar.gz", hash = "sha256:e0593931bd7be9a9ea984b5d8c302ef1cec19392585d1e90d444199271d0a94d"}, + {file = "Faker-30.3.0-py3-none-any.whl", hash = "sha256:e8a15fd1b0f72992b008f5ea94c70d3baa0cb51b0d5a0e899c17b1d1b23d2771"}, + {file = "faker-30.3.0.tar.gz", hash = "sha256:8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb"}, ] [package.dependencies] @@ -1449,4 +1449,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9698387dbafe4efecddc1c1fc098b46d4011eea1693ae8ec16b498918ebef29e" +content-hash = "c72a39f4d6e508482cce1d15b0ae8b90b476d045e0beeb077f4c4c92f7f35136" diff --git a/pyproject.toml b/pyproject.toml index 0c3fea3c..f2852f2f 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.0.0" +Faker = "^30.3.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]