From fb0f8c5acb65bedee7c66049967c246f2971c3fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:34:39 +0000 Subject: [PATCH] package update in dev(deps-dev): update faker requirement 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/v29.0.0...v30.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 f10253c..572b2c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = "^24.8.0" isort = "^5.13.2" coverage = "^7.6.1" pytest = "^8.3.3" -faker = "^29.0.0" +faker = ">=29,<31" mkdocs = "^1.4.3" mkdocs-material = "^9.1.18" mkdocstrings = { extras = ["python"], version = ">=0.22,<0.27" }