From 2c6cd83d14743a922050babac4e29702a354cf4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:27:24 +0000 Subject: [PATCH] Bump the python-dependencies-dev group across 1 directory with 5 updates Bumps the python-dependencies-dev group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.2.0` | `1.3.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.0` | `0.14.7` | Updates `pytest` from 8.4.2 to 9.0.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.4.2...9.0.1) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.3.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) Updates `pre-commit` from 4.3.0 to 4.5.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.5.0) Updates `ruff` from 0.14.0 to 0.14.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.0...0.14.7) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies-dev - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies-dev - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies-dev - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies-dev - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87a03d334..c4c43425c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ docs = [ testing = [ "build~=1.0", "jsondiff~=2.0", - "pytest~=8.3", + "pytest>=8.3,<10.0", "pytest-asyncio>=0.25,<2.0", "pytest-cov>=6,<8", "optimade[server]", diff --git a/requirements-dev.txt b/requirements-dev.txt index 22519031f..adf7a015f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ build==1.3.0 invoke==2.2.1 jsondiff==2.2.1 -mypy==1.18.2 -pre-commit==4.3.0 -pytest==8.4.2 -pytest-asyncio==1.2.0 +mypy==1.19.0 +pre-commit==4.5.0 +pytest==9.0.1 +pytest-asyncio==1.3.0 pytest-cov==7.0.0 -ruff==0.14.0 +ruff==0.14.7 types-pyyaml types-requests