From 8910d9290e3f6e2446042372a0f51b9b96e65e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 05:43:57 +0000 Subject: [PATCH] Bump pyroma from 4.2 to 4.3.1 Bumps [pyroma](https://github.com/regebro/pyroma) from 4.2 to 4.3.1. - [Changelog](https://github.com/regebro/pyroma/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/pyroma/compare/4.2...4.3.1) --- updated-dependencies: - dependency-name: pyroma dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dda58be..4aa38911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ optional-dependencies.dev = [ "pylint-per-file-ignores==1.4.0", "pyproject-fmt==2.6.0", "pyright==1.1.402", - "pyroma==4.2", + "pyroma==4.3.1", "pytest==8.4.1", "pytest-cov==6.2.1", "pytest-retry==1.7.0",