From f4081ee9bf781a9600c58d4c86f7fbbbe16d4d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:14:54 +0000 Subject: [PATCH] chore(deps-dev): bump the python-deps group across 1 directory with 4 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [numpy](https://github.com/numpy/numpy), [fake-bpy-module-4-3](https://github.com/nutti/fake-bpy-module) and [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. Updates `pytest` to 9.1.1 - [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.1.1) Updates `numpy` to 2.4.6 - [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.6) Updates `fake-bpy-module-4-3` to 20260730 - [Release notes](https://github.com/nutti/fake-bpy-module/releases) - [Changelog](https://github.com/nutti/fake-bpy-module/blob/main/CHANGELOG.md) - [Commits](https://github.com/nutti/fake-bpy-module/compare/20260128...20260730) Updates `pyright` to 1.1.411 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.224...v1.1.411) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:development dependency-group: python-deps - dependency-name: fake-bpy-module-4-3 dependency-version: '20260730' dependency-type: direct:development dependency-group: python-deps - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddd53d1..2aea2d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ requires-python = ">=3.11" [dependency-groups] dev = [ - "pytest>=8.0", - "numpy>=1.24", - "fake-bpy-module-4-3>=20260128", - "pyright>=1.1", + "pytest>=9.1.1", + "numpy>=2.4.6", + "fake-bpy-module-4-3>=20260730", + "pyright>=1.1.411", ] [tool.ruff]