From 911efec913e630ebb8ea37af3755e648a4eedabc Mon Sep 17 00:00:00 2001 From: GPK Date: Sat, 12 Oct 2024 10:49:00 +0100 Subject: [PATCH] upgrade trove-classifiers (#42950) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 038393b139a0..844e1b6d3ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requires = [ "pluggy==1.5.0", "smmap==5.0.1", "tomli==2.0.2; python_version < '3.11'", - "trove-classifiers==2024.9.12", + "trove-classifiers==2024.10.11", ] build-backend = "hatchling.build"