From 60ab57ce5e2f66a585833251969ff4a9f197f98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 01:15:48 +0000 Subject: [PATCH] pip prod(deps): update plotnine requirement from <=0.12.4 to <=0.14.2 Updates the requirements on [plotnine](https://github.com/has2k1/plotnine) to permit the latest version. - [Release notes](https://github.com/has2k1/plotnine/releases) - [Changelog](https://github.com/has2k1/plotnine/blob/main/doc/changelog.qmd) - [Commits](https://github.com/has2k1/plotnine/compare/v0.1.0...v0.14.2) --- updated-dependencies: - dependency-name: plotnine 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 88783f6..eb8c9cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ include = ["LICENSE"] python = ">=3.10" pandas = ">=1.5,<3.0" numpy = "<=2.1.3" -plotnine = "<=0.12.4" +plotnine = "<=0.14.2" seaborn = ">=0.12,<0.14" requests = ">=2.28.0" python-circos = ">=0.3.0"