From bbab6042a6bc6f5fc9bba30b5af49428cec8c9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 09:23:18 +0000 Subject: [PATCH] build(deps-dev): bump the python-development group with 6 updates Updates the requirements on [httpx](https://github.com/encode/httpx), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.28.0...0.28.1) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v2.3.1) 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.4.0...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.4.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.0...v7.1.0) Updates `ruff` to 0.16.4 - [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.12.0...0.16.4) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development dependency-group: python-development - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-development - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: python-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fe78a7..e36369a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,12 +16,12 @@ dependencies = [ [project.optional-dependencies] dev = [ - "httpx>=0.28,<1", - "mypy>=1.17,<2", - "pytest>=8.4,<9", - "pytest-asyncio>=1.1,<2", - "pytest-cov>=6.2,<7", - "ruff>=0.12,<1", + "httpx>=0.28.1,<1", + "mypy>=2.3.1,<3", + "pytest>=9.1.1,<10", + "pytest-asyncio>=1.4.0,<2", + "pytest-cov>=7.1.0,<8", + "ruff>=0.16.4,<1", ] [tool.hatch.build.targets.wheel]