From 415b3fa19f3f51ea97632dc464214e03c5d14db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 11:26:43 +0000 Subject: [PATCH] Update watermark requirement from >=2.4.3 to >=2.6.0 Updates the requirements on [watermark](https://github.com/rasbt/watermark) to permit the latest version. - [Release notes](https://github.com/rasbt/watermark/releases) - [Commits](https://github.com/rasbt/watermark/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: watermark dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da791c7..1007fb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "scipy>=1.13.1", "seaborn>=0.13.0", "tqdm>=4.67.3", - "watermark>=2.4.3", + "watermark>=2.6.0", "missingno>=0.5.2", "wandb>=0.26.1", ]