From 847c486691608a76e5dc1884c37b84344d4f99da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 22:31:13 +0000 Subject: [PATCH] deps(dependabot): update camelot-py requirement Updates the requirements on [camelot-py](https://github.com/camelot-dev/camelot) to permit the latest version. Updates `camelot-py` to 2.0.0 - [Release notes](https://github.com/camelot-dev/camelot/releases) - [Changelog](https://github.com/camelot-dev/camelot/blob/master/CHANGELOG.md) - [Commits](https://github.com/camelot-dev/camelot/compare/v1.0.9...v2.0.0) --- updated-dependencies: - dependency-name: camelot-py dependency-version: 2.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f41d08..0262d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "yamlfix>=1.19.1,<2.0.0", ] table = [ - "camelot_py>=1.0.9,<2.0.0", + "camelot_py>=2.0.0,<3.0.0", ] [project.urls]