From 7ff30dfdb4b4671fbfd83260ce88f2353d441bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:47:43 +0000 Subject: [PATCH] Update packaging requirement from ~=23.0 to ~=24.0 in /package Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/requirements.txt b/package/requirements.txt index f40d3278de..8a2817fc64 100644 --- a/package/requirements.txt +++ b/package/requirements.txt @@ -6,7 +6,7 @@ ipython>=7.0.0, <9.0 kedro>=0.18.0 networkx>=2.5 orjson~=3.9 -packaging~=23.0 +packaging~=24.0 pandas>=1.3 plotly>=4.0 pydantic>=2.0.0