From ccdceac70a637b67bb7df0d6c8720ca9013c0e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:06:58 -0800 Subject: [PATCH] Bump packaging from 24.0 to 24.2 (#138) 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] 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 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",