From 68f534b0150d668a7d21214cf7e42bece435207c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:52:02 +0000 Subject: [PATCH] chore(deps): update dependency packaging to v23.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 460cb93..f152f12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ tox==3.28.0 # Utility packages used in scripts pyyaml==6.0.1 -packaging==23.1 +packaging==23.2 # Also include a version of ansible-core for IDE hints and such. # Note that this version is independent of the one used in tests, see tox.ini