From f69e1aeb032154b8714826f40844f599c6077cad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:25:52 +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 460cb932..f152f12c 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