From 3455f71eb1ac69c912ed5a1a9b4722fe5efa9da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 02:58:22 +0000 Subject: [PATCH] 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 b7cfd78..1df7260 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ mccabe==0.7.0 ; python_version >= "3.10" and python_version < "4.0" mock==5.1.0 ; python_version >= "3.10" and python_version < "4.0" mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0" mypy==1.5.1 ; python_version >= "3.10" and python_version < "4.0" -packaging==23.1 ; python_version >= "3.10" and python_version < "4.0" +packaging==23.2 ; python_version >= "3.10" and python_version < "4.0" pathspec==0.11.2 ; python_version >= "3.10" and python_version < "4.0" platformdirs==3.10.0 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.3.0 ; python_version >= "3.10" and python_version < "4.0"