From 6b66479785b5c3bf0b477d90c79b6933424495a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:15:10 +0100 Subject: [PATCH] Bump trove-classifiers from 2025.1.6.15 to 2025.1.7.14 (#45467) Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from 2025.1.6.15 to 2025.1.7.14. - [Release notes](https://github.com/pypa/trove-classifiers/releases) - [Commits](https://github.com/pypa/trove-classifiers/compare/2025.1.6.15...2025.1.7.14) --- updated-dependencies: - dependency-name: trove-classifiers dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b9c997c2e60e..d09cd1aa927ee 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.1.6.15", + "trove-classifiers==2025.1.7.14", ] build-backend = "hatchling.build"