From d41606a3ce6936cb6f75cc40300e26ebb0dc2086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:34:48 +0000 Subject: [PATCH] Bump pyssim from 0.4 to 0.7 Bumps [pyssim](https://github.com/jterrace/pyssim) from 0.4 to 0.7. - [Changelog](https://github.com/jterrace/pyssim/blob/master/CHANGES.md) - [Commits](https://github.com/jterrace/pyssim/compare/v0.4...v0.7) --- updated-dependencies: - dependency-name: pyssim dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 666d9a6..3820de8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1157,12 +1157,12 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyssim" -version = "0.4" +version = "0.7" description = "Module for computing Structured Similarity Image Metric (SSIM) in Python" optional = false python-versions = "*" files = [ - {file = "pyssim-0.4.tar.gz", hash = "sha256:52184c85e6ed0362a508617497c70251837ab38a62531793e3ea7eeaf7a2e150"}, + {file = "pyssim-0.7.tar.gz", hash = "sha256:1ae82fd3579c504fa51e460c7a454b2902d00cb789c6bcc4388fb11bcf5cd2bb"}, ] [package.dependencies] @@ -1892,4 +1892,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "4aaba2624cd8b1fce37a66fc4572008ab01e296945bc5bdeffcfac2c758b7a61" +content-hash = "e63b10c37c0f78986d29977477b14dbaa8e79c9ff7300204fb123103766f78a9" diff --git a/pyproject.toml b/pyproject.toml index e1d6897..ecfb57d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-cov = "^4.1.0" pytest-tldr = "^0.2.5" pytest-xdist = "^3.3.1" yanc = "^0.3.3" -pyssim = "^0.4.0" +pyssim = "^0.7" numpy = [ { version = "1.21.0", python = "3.7"}, { version = "^1.23.5", python = ">3.8"}