From da47f63885463fc949cff8c2f401e598d2a825fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 20:33:53 +0000 Subject: [PATCH] Bump packaging from 23.0 to 24.2 Bumps [packaging](https://github.com/pypa/packaging) from 23.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/23.0...24.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '24.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fac611b70..d1dac969d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ ladybug-core==0.42.2 matplotlib==3.6.3 numpy==1.24.2 opencamlib==2023.1.11 -packaging==23.0 +packaging==24.2 Pivy==0.6.8 ply==3.11 debugpy==1.8.14