From b0981b107035cc5ff486bee2eb1d560c0165efcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:19:16 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7e0132f..a854847 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ pip==24.2 setuptools==74.1.2 pytest==8.3.3 dotsetup~=0.0.2 -packaging~=24.1 +packaging~=24.2 diff --git a/setup.py b/setup.py index 70accc5..8db4448 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'setuptools==74.1.2', 'pytest==8.3.3', 'dotsetup==0.0.2', - 'packaging==24.1', + 'packaging==24.2', ], setup_requires=['pytest-runner'], tests_require=['pytest'],