From 2c16fd603659a324a72f755c59d4255224a188c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:34:20 +0000 Subject: [PATCH] Update dependency hacking to v8 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2b8ca52..2a9bc5b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. datadog==0.51.0 # 0.31.0 causing test errors -hacking>=7.0.0,<7.1.0 # Apache-2.0 # hacking==6.0.1 relies on py3.8 # Apache-2.0 +hacking>=8.0.0,<8.1.0 # Apache-2.0 # hacking==6.0.1 relies on py3.8 # Apache-2.0 flake8-docstrings~=1.7.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0