From 0d1cb0a349c91f5c1728e2185a96bd01ba5322bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:47:34 +0000 Subject: [PATCH] Update seaborn requirement from ~=0.12.2 to ~=0.13.0 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.2...v0.13.0) --- updated-dependencies: - dependency-name: seaborn 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 5e069151..62b1c058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "ranx~=0.3.6", "requests~=2.28", "requests-html~=0.10.0", - "seaborn~=0.12.2", + "seaborn~=0.13.0", "tqdm~=4.64", "unidecode~=1.3", "urllib3~=1.26",