From 03e92d54b0d21eda989f3185b491217d44a0d9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:09:13 +0000 Subject: [PATCH] Bump faker from 23.0.0 to 24.14.0 Bumps [faker](https://github.com/joke2k/faker) from 23.0.0 to 24.14.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/v23.0.0...v24.14.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49cbfae..037acb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "bump2version==1.0.1", "coverage==6.4.4", "coveralls==3.3.1", - "faker==23.0.0", + "faker==24.14.0", "pre-commit==3.6.0", "pytest==8.0.0", "pytest-cov==4.1.0",