From 2aef4734df0cb6da4dd1ada2856254ba8f1dd483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:23:33 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 28.4.1 to 29.0.0 Bumps [faker](https://github.com/joke2k/faker) from 28.4.1 to 29.0.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/v28.4.1...v29.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... 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 0bbd6439..8d62101d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "28.4.1" +version = "29.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-29.0.0-py3-none-any.whl", hash = "sha256:32d0ee7d42925ff06e4a7d906ee7efbf34f5052a41a2a1eb8bb174a422a5498f"}, + {file = "faker-29.0.0.tar.gz", hash = "sha256:34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77"}, ] [package.dependencies] @@ -1456,4 +1456,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "db28a689c53210223f75cccea3051a2a8e9610e1f08d243f49c9efc4ce5e6ed7" +content-hash = "ece46783ef3d59fc46cb69daf026832f0f9f1a62095da2d6c6600207ca688004" diff --git a/pyproject.toml b/pyproject.toml index a631dc22..4592ddbe 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 = "^29.0.0" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]