From 4fde4cbcea7bf9cba7b766e0969988d48ff8d254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:08:22 +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 [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. 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) Updates `sphinx` to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v8.0.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: sphinx 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 b65b66a9a2..99b251d1a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "opencv-python-headless", # For pin-tip detection. "aioca", # Required for CA support with ophyd-async. "p4p", # Required for PVA support with ophyd-async. - "numpy<2.0", # Unpin when https://github.com/bluesky/ophyd-async/issues/387 resolved + "numpy<3.0", # Unpin when https://github.com/bluesky/ophyd-async/issues/387 resolved "aiofiles", "aiohttp", "redis", @@ -57,7 +57,7 @@ dev = [ "pytest-cov", "pytest-random-order", "ruff", - "sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660 + "sphinx<8.0.3", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660 "sphinx-autobuild", "sphinx-copybutton", "sphinxcontrib-mermaid",