From 199ae511cd36c65b54eb0c5fefb0ab9868646788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:18:03 +0000 Subject: [PATCH] chore(deps-dev): bump the python-deps group across 1 directory with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [numpy](https://github.com/numpy/numpy) and [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.0.3) Updates `numpy` to 2.4.4 - [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/v1.24.0...v2.4.4) Updates `pyright` to 1.1.409 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.224...v1.1.409) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:development dependency-group: python-deps - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development dependency-group: python-deps - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddd53d1..cbd4137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ requires-python = ">=3.11" [dependency-groups] dev = [ - "pytest>=8.0", - "numpy>=1.24", + "pytest>=9.0.3", + "numpy>=2.4.4", "fake-bpy-module-4-3>=20260128", - "pyright>=1.1", + "pyright>=1.1.409", ] [tool.ruff]