From 0e1d24c3fbc367478749027e1d1bf0c8f548acc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:34:53 +0000 Subject: [PATCH] chore(deps-dev): bump the pytest group across 1 directory with 6 updates Bumps the pytest group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `9.0.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `1.3.0` | | [pytest-httpx](https://github.com/Colin-b/pytest_httpx) | `0.32.0` | `0.36.2` | | [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) | `4.0.0` | `5.2.3` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.114.0` | `6.152.9` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.6.4` | `7.14.0` | Updates `pytest` from 8.3.3 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.3.3...9.0.3) Updates `pytest-asyncio` from 0.24.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.3.0) Updates `pytest-httpx` from 0.32.0 to 0.36.2 - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.32.0...0.36.2) Updates `pytest-benchmark` from 4.0.0 to 5.2.3 - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...v5.2.3) Updates `hypothesis` from 6.114.0 to 6.152.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.114.0...hypothesis-python-6.152.9) Updates `coverage` from 7.6.4 to 7.14.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.6.4...7.14.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: hypothesis dependency-version: 6.152.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pytest-httpx dependency-version: 0.36.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5858fe..9aae2f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,13 +101,13 @@ all = ["ghost-memory[gpu,safety]"] [dependency-groups] dev = [ - "pytest==8.3.3", - "pytest-asyncio==0.24.0", - "pytest-httpx==0.32.0", - "pytest-benchmark==4.0.0", - "hypothesis==6.114.0", + "pytest==9.0.3", + "pytest-asyncio==1.3.0", + "pytest-httpx==0.36.2", + "pytest-benchmark==5.2.3", + "hypothesis==6.152.9", "testcontainers[postgres,redis,minio]==4.8.2", - "coverage[toml]==7.6.4", + "coverage[toml]==7.14.0", "ruff==0.7.1", "mypy==1.13.0", "pip-licenses==5.0.0",