From d913b75c348d0f0e056da16fc5d983d27d42ef6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:20:15 +0000 Subject: [PATCH] Bump the python-packages group with 2 updates Bumps the python-packages group with 2 updates: [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest-codspeed` from 4.3.0 to 4.5.0 - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.5.0) Updates `ruff` from 0.15.8 to 0.15.12 - [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.15.8...0.15.12) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 55d1a82..c59f867 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ mkdocs==1.6.1 mkdocs-material==9.7.6 mypy==1.19.1 pytest==9.0.1 -pytest-codspeed==4.3.0 -ruff==0.15.8 +pytest-codspeed==4.5.0 +ruff==0.15.12 richbench==1.0.3 \ No newline at end of file