From 9504e35b9778e77d18aaa6376f8ca5453e73c8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 15:23:56 +0000 Subject: [PATCH] Bump packaging from 20.9 to 21.3 Bumps [packaging](https://github.com/pypa/packaging) from 20.9 to 21.3. - [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/20.9...21.3) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca5763f3..f3410d83 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def find_version(*file_paths): "requests==2.28.0", "GitPython==3.1.14", "PyYAML==5.4.1", - "packaging==20.9", + "packaging==21.3", "python-debian==0.1.39", "python-iptables==1.0.0", "MarkupSafe==2.0.1",