From 1f2f16aa3e643c0e0459e39d2cd57871f225ba03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:28:34 +0000 Subject: [PATCH] Bump trove-classifiers from 2025.4.11.15 to 2025.4.28.22 Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from 2025.4.11.15 to 2025.4.28.22. - [Release notes](https://github.com/pypa/trove-classifiers/releases) - [Commits](https://github.com/pypa/trove-classifiers/compare/2025.4.11.15...2025.4.28.22) --- updated-dependencies: - dependency-name: trove-classifiers dependency-version: 2025.4.28.22 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b70cd9dc0d653..51b60dedcde7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requires = [ "pluggy==1.5.0", "smmap==5.0.2", "tomli==2.2.1; python_version < '3.11'", - "trove-classifiers==2025.4.11.15", + "trove-classifiers==2025.4.28.22", ] build-backend = "hatchling.build"