From c302c5745b90ea2c6f819fd3cc485c8b73066145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 05:02:20 +0000 Subject: [PATCH] Bump packaging from 23.2 to 24.0 Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.0. - [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.2...24.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c1d22cfc..2c3bf184b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ ] dependencies = [ "asciimatics == 1.15.0", # Oct 4 2023, only used for the Text UI - "packaging == 23.2", # Oct 4 2023, used for version comparisons + "packaging == 24.0", # Oct 4 2023, used for version comparisons "prompt_toolkit == 3.0.43", # Oct 4 2023, used for command line interface "psutil == 5.9.8", # Oct 4 2023, pulls system stats into TUI and BCP "pyserial == 3.5", # Oct 4 2023, some older platforms use this