From 51055e0290ba41fbceabacd3c5a13d6cdf9df0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20G=C3=B6ransson?= Date: Mon, 11 Aug 2025 11:24:53 +0200 Subject: [PATCH] pinned packaging version incompatible with grizzly@main --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f6c042..49e2b52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "behave ==1.2.6", "Jinja2 ==3.1.6", "requests ==2.32.4", - "packaging ==24.1", + "packaging ==25.0", "chardet ==5.2.0", "tomli ==2.0.1", "pyotp ==2.9.0",