From 634abd49ce513c7d10028c1e05d3e3a66ce165e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:06:23 +0000 Subject: [PATCH] Update seaborn requirement from <=0.13.0,>=0.11.0 to >=0.11.0,<=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.11.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(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index ffcc911..121b73f --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "pandas>=1.5.3,<3.0.0", "cookiecutter>=2.0,<3.0.0", "setuptools_scm>=9.2.2", - "seaborn>=0.11.0,<=0.13.0", + "seaborn>=0.11.0,<=0.13.2", "trackhub>=1.0", "Pillow>=12.1.0", "loguru>=0.7.0",