From fbfcc87bcf21d61dc596cd6948ac51c739e828d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:31:07 +0000 Subject: [PATCH] Update swmr-tools requirement from <0.7.0 to <0.10.0 Updates the requirements on [swmr-tools](https://github.com/DiamondLightSource/python-swmrtools) to permit the latest version. - [Release notes](https://github.com/DiamondLightSource/python-swmrtools/releases) - [Commits](https://github.com/DiamondLightSource/python-swmrtools/compare/v0.3...v0.9.0) --- updated-dependencies: - dependency-name: swmr-tools 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 806231f..c4e46df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "xraylib", "numpy", "hdf5plugin", - "swmr_tools<0.7.0", + "swmr_tools<0.10.0", "blosc", "stomp.py", ]