From aacef1c5701ad49853ac85803cb10c4c638169c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:59:34 +0000 Subject: [PATCH] chore(deps): update seaborn requirement from >=0.12.0 to >=0.13.2 Updates the requirements on [seaborn](https://github.com/mwaskom/seaborn) to permit the latest version. - [Release notes](https://github.com/mwaskom/seaborn/releases) - [Commits](https://github.com/mwaskom/seaborn/compare/v0.12.0...v0.13.2) --- updated-dependencies: - dependency-name: seaborn dependency-version: 0.13.2 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 1f16541..edd0c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "diskcache>=5.6.0", "wolframalpha>=5.0.0", "matplotlib>=3.7.0", - "seaborn>=0.12.0", + "seaborn>=0.13.2", "pyyaml>=6.0.0,<7", "safetensors>=0.4.0", "numpy>=1.24.0",