From aba49a9b997213f5c8524a06c00c3552450e4cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:02:50 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 2 updates Updates the requirements on [numpy](https://github.com/numpy/numpy) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `numpy` to 2.2.0 - [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.2.0) Updates `pytest-asyncio` to 0.25.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.2...v0.25.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-asyncio 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 0afb3b91..a95a0d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ description = "Create an IOC from a PandA" dependencies = [ "setuptools>=64", - "numpy<2", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed + "numpy<3", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed "click", "h5py", "softioc>=4.4.0", @@ -40,7 +40,7 @@ dev = [ "p4p", "pydata-sphinx-theme>=0.12", "pytest>=8.2.0", - "pytest-asyncio~=0.21.2", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84 + "pytest-asyncio>=0.21.2,<0.26.0", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84 "pytest-cov", "ruff", "sphinx-autobuild",