From feca95d9878eb9d178882b553d2aaf85d57fbc02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:23:19 +0000 Subject: [PATCH] build(deps): bump pca from 2.0.7 to 2.0.9 Bumps [pca](https://github.com/erdogant/pca) from 2.0.7 to 2.0.9. - [Release notes](https://github.com/erdogant/pca/releases) - [Commits](https://github.com/erdogant/pca/compare/2.0.7...2.0.9) --- updated-dependencies: - dependency-name: pca dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d342e2d9d..8c46acac5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -549,13 +549,13 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"] [[package]] name = "colourmap" -version = "1.1.17" +version = "1.1.19" description = "Python package colourmap generates an N unique colors from the specified input colormap." optional = false python-versions = ">=3" files = [ - {file = "colourmap-1.1.17-py3-none-any.whl", hash = "sha256:d3592849bb1a3a32092ef521d164ee4c837df8d9291d485c371861ec5878fafd"}, - {file = "colourmap-1.1.17.tar.gz", hash = "sha256:ddd1e7cf78b6b00775d6fd7cc5d91227553463de5f733feca84fcfdbd6919a8d"}, + {file = "colourmap-1.1.19-py3-none-any.whl", hash = "sha256:ac61d15c22af9eda7bb987e68631ad7762f07f88a616a07690d11bc4cd85342b"}, + {file = "colourmap-1.1.19.tar.gz", hash = "sha256:7fde376dd4118ae95217ef8882c969ccd04c09899d4824ce3e8c7fab7b18349c"}, ] [package.dependencies] @@ -2642,18 +2642,18 @@ test = ["pytest", "pytest-cov", "scipy"] [[package]] name = "pca" -version = "2.0.7" +version = "2.0.9" description = "pca: A Python Package for Principal Component Analysis." optional = false python-versions = ">=3" files = [ - {file = "pca-2.0.7-py3-none-any.whl", hash = "sha256:a50b97b7dd3a37e063212c291cb3a802ff5259295edb8ad847d5ebb6969df469"}, - {file = "pca-2.0.7.tar.gz", hash = "sha256:7c1c772c8f171e3fc3f51322383af60983ca46eccccf5d4311d953716aaaa56f"}, + {file = "pca-2.0.9-py3-none-any.whl", hash = "sha256:809dc8b57ebf052c9010d8bf2d5cf39717dd530cc53800ab02699b544ab75b48"}, + {file = "pca-2.0.9.tar.gz", hash = "sha256:e594773ddcd7e5c970d7742f076f3e25b450547fd7ac7265f946e7ab465b94f2"}, ] [package.dependencies] adjusttext = "*" -colourmap = ">=1.1.15" +colourmap = ">=1.1.19" datazets = "*" matplotlib = "*" numpy = "*"