From 795253523243e0d8db36e279693d78d92921b873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:49:02 +0000 Subject: [PATCH] Bump packaging from 24.0 to 24.1 Bumps [packaging](https://github.com/pypa/packaging) from 24.0 to 24.1. - [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.0...24.1) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9341a08f..4811a6ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ numpy==1.26.4 # via pandas openpyxl==3.1.3 # via kohlrahbi (pyproject.toml) -packaging==24.0 +packaging==24.1 # via marshmallow pandas==2.2.2 # via kohlrahbi (pyproject.toml)