From be3b51f912516eeecf409ba0c84abda0c548fa5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:22:56 +0000 Subject: [PATCH] chore(deps-dev): update seaborn requirement from >=0.13.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.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 d1653e1..fc8313b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ ml = [ "vaderSentiment>=3.3.2", "langdetect>=1.0.9", "screen-brightness-control>=0.14.0", - "seaborn>=0.13.0", + "seaborn>=0.13.2", "matplotlib>=3.8.0", "pyttsx3>=2.90", "prophet>=1.1.5",