From 408e6f2e34d827a4af3528646fc04758e4c27e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:15:59 +0000 Subject: [PATCH] Update faker requirement from ^30.1.0 to ^33.0.0 Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. - [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...v33.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8608cef..fd64c9b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pre-commit = "^4.0.1" flake8 = "7.1.1" mypy = "^1.11.2" types-pyyaml = "^6.0.12.20240808" -faker = "^30.1.0" +faker = "^33.0.0" [tool.poetry.group.docs.dependencies] mkdocs = "^1.6.0"