From f2773349dcf3b5fe4674f6d9bd12584734a60cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:21:09 +0000 Subject: [PATCH] Bump cytotable from 0.0.10 to 0.0.12 Bumps [cytotable](https://github.com/cytomining/CytoTable) from 0.0.10 to 0.0.12. - [Release notes](https://github.com/cytomining/CytoTable/releases) - [Commits](https://github.com/cytomining/CytoTable/compare/v0.0.10...v0.0.12) --- updated-dependencies: - dependency-name: cytotable dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b8943d4..38ef7fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1081,13 +1081,13 @@ scikit-image = {version = ">0.19.3", markers = "python_version >= \"3.9\""} [[package]] name = "cytotable" -version = "0.0.10" +version = "0.0.12" description = "Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools." optional = false -python-versions = "<3.13,>=3.8" +python-versions = "<3.14,>=3.9" files = [ - {file = "cytotable-0.0.10-py3-none-any.whl", hash = "sha256:8a965a29e7c424fcf592c0ea8f02ff2b02928060a72b4cd4e3da12f1c2681cb1"}, - {file = "cytotable-0.0.10.tar.gz", hash = "sha256:15439afac24a0d0cf31cebf866e281c30600b99105dc3272e713f2ebefac189e"}, + {file = "cytotable-0.0.12-py3-none-any.whl", hash = "sha256:c703f0b500b4584a28c512f7dcc5e06dcd3333b7e7b893e46c8442f03176377a"}, + {file = "cytotable-0.0.12.tar.gz", hash = "sha256:8202645597415cf9add37f80382ae95c9df4d813c0240764dc5184873bd41751"}, ] [package.dependencies] @@ -5919,4 +5919,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "410acee482355f2ced6b73200b966f2a85bd0ac6c32d6473a5e4d4c36bbbc36c" +content-hash = "f82e83bcacd53fd1f2c921feb1b7e71fedb4ebe53de2627e260b34796842d582" diff --git a/pyproject.toml b/pyproject.toml index b4d1582..f76f68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ coverage = "^7.6.0" # for standardizing various dev tasks poethepoet = ">=0.27,<0.31" # added for preparing data for cosmicqc in examples -cytotable = "^0.0.10" +cytotable = ">=0.0.10,<0.0.13" # used to avoid dependency resolution issues during installs botocore = ">=1.31.16,<1.31.65 || >=1.32.4,<1.34.35 || >=1.34.41,<1.34.163 || >=1.35.0,<1.35.8" # used for visualizing large plot data