From 6233b58a1c144e61eead0352680479b4152cf145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:05:13 +0000 Subject: [PATCH] chore(deps-dev): bump packaging from 24.1 to 24.2 in /it/python 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] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 9b01f2867b..4e4e0c5976 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -34,7 +34,7 @@ mypy==1.13.0 mypy-extensions==1.0.0 ; python_version >= '3.5' -packaging==24.1 ; python_version >= '3.7' +packaging==24.2 ; python_version >= '3.7' platformdirs==4.3.6 ; python_version >= '3.7'