From f4be15b5fdaa736f45a77db40e4d3310a3f956a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:40:36 +0000 Subject: [PATCH] Bump trove-classifiers from 2024.10.21.16 to 2025.1.6.15 Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from 2024.10.21.16 to 2025.1.6.15. - [Release notes](https://github.com/pypa/trove-classifiers/releases) - [Commits](https://github.com/pypa/trove-classifiers/compare/2024.10.21.16...2025.1.6.15) --- updated-dependencies: - dependency-name: trove-classifiers dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7e12fcfcaa76..2b9c997c2e60e 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==2024.10.21.16", + "trove-classifiers==2025.1.6.15", ] build-backend = "hatchling.build"