From 2c0205eb9d3dd3ff1778dbfbdbb1c50b97373dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 21:02:46 +0000 Subject: [PATCH] Build(deps): Update chainladder requirement from >=0.8 to >=0.10.0 Updates the requirements on [chainladder](https://github.com/casact/chainladder-python) to permit the latest version. - [Release notes](https://github.com/casact/chainladder-python/releases) - [Commits](https://github.com/casact/chainladder-python/compare/v0.8.0...v0.10.0) --- updated-dependencies: - dependency-name: chainladder dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65b3d3b..9b850ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] keywords = ["actuarial", "reserving", "insurance", "chainladder", "software", "GUI"] dependencies = [ - "chainladder >= 0.8", + "chainladder >= 0.10.0", "GitPython > 3", "pandas > 2", "numpy > 2",