From 4667ac5d7239e971ca7134671886689246107cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:20:33 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Updates the requirements on [fastcs](https://github.com/DiamondLightSource/FastCS) and [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `fastcs` to 0.7.0 - [Release notes](https://github.com/DiamondLightSource/FastCS/releases) - [Commits](https://github.com/DiamondLightSource/FastCS/compare/0.6.0...0.7.0) Updates `numpy` to 2.1.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v2.1.2) --- updated-dependencies: - dependency-name: fastcs dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: numpy dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49e6c8c..9181f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,9 @@ classifiers = [ ] description = "A softioc to control a PandABlocks-FPGA." dependencies = [ - "fastcs~=0.6.0", + "fastcs~=0.7.0", "pandablocks~=0.10.0", - "numpy<2", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed + "numpy<3", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed "pydantic>2", "h5py", ]