From b8921520aa45877797cbe6209c9c19e57010b9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 06:36:39 +0000 Subject: [PATCH] Update packaging requirement from ~=23.0 to ~=23.2 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...23.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fab3a6..479ff51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ numpy~=1.24.2 opentelemetry-api~=1.19.0 opentelemetry-sdk~=1.19.0 ortools~=9.6.2534 -packaging~=23.0 +packaging~=23.2 pandas~=2.0.0 parso~=0.8.3 partd~=1.4.0