From 8cd3baadd295c56e6d205ce4ee03b30ff01a0ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 07:09:02 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 24.14.1 to 25.1.0 Bumps [faker](https://github.com/joke2k/faker) from 24.14.1 to 25.1.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/v24.14.1...v25.1.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index eb046f4e..4c4238cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,18 +487,17 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "24.14.1" +version = "25.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.14.1-py3-none-any.whl", hash = "sha256:a5edba3aa17a1d689c8907e5b0cd1653079c2466a4807f083aa7b5f80a00225d"}, - {file = "Faker-24.14.1.tar.gz", hash = "sha256:380a3697e696ae4fcf50a93a3d9e0286fab7dfbf05a9caa4421fa4727c6b1e89"}, + {file = "Faker-25.1.0-py3-none-any.whl", hash = "sha256:24e28dce0b89683bb9e017e042b971c8c4909cff551b6d46f1e207674c7c2526"}, + {file = "Faker-25.1.0.tar.gz", hash = "sha256:2107618cf306bb188dcfea3e5cfd94aa92d65c7293a2437c1e96a99c83274755"}, ] [package.dependencies] python-dateutil = ">=2.4" -typing-extensions = {version = ">=3.10.0.1", markers = "python_version <= \"3.8\""} [[package]] name = "filelock" @@ -1695,4 +1694,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5d1d198be138c756483e536d0cab8cba9b350ce8cd37128c91005faeeeb92e64" +content-hash = "55b785ec564240ca9e1a6d395d6a58ff176b2124a7873da9388d45c718826887" diff --git a/pyproject.toml b/pyproject.toml index d996802b..0ca4b80a 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.23.5" -Faker = "^24.14.1" +Faker = "^25.1.0" unasync-cli = "^0.0.9" python-semantic-release = "^9.5.0"