From e29622c72d2011a102b8667a09d22e6f3b1aadc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:09:00 +0000 Subject: [PATCH] chore(deps-dev): bump packaging from 24.1 to 24.2 Bumps [packaging](https://github.com/pypa/packaging) from 24.1 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.1...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 481f8df1..a8c55c4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -60,7 +60,7 @@ mypy-extensions==1.0.0 ; python_version >= '3.5' outcome==1.3.0.post0 ; python_version >= '3.7' -packaging==24.1 ; python_version >= '3.7' +packaging==24.2 ; python_version >= '3.7' pathlib2==2.3.7.post1