From 99152468e0ef1b15d51dbdc86af813166532ebab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 12:21:01 +0000 Subject: [PATCH] Bump packaging from 24.0 to 24.2 Bumps [packaging](https://github.com/pypa/packaging) from 24.0 to 24.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.0...24.2) --- updated-dependencies: - dependency-name: packaging 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 61a79cd..58ee403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ dev = [ "aioitertools==v0.11.0", "click==8.1.7", - "packaging==24.0", + "packaging==24.2", "rich==13.7.1", "tomli==2.0.1", "trailrunner==1.4.0",