From 02aaa730218b691035560efc56a05f8cc72319b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:53:30 +0000 Subject: [PATCH] Update seaborn requirement from >=0.13 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.13.0...v0.13.2) --- updated-dependencies: - dependency-name: seaborn dependency-version: 0.13.2 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 363ec1f..5668c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ science = [ "pandas>=2.2", "scikit-learn>=1.5", "scipy>=1.14", - "seaborn>=0.13", + "seaborn>=0.13.2", ] test = [ "pytest>=7.4.0",