diff --git a/requirements/dev.txt b/requirements/dev.txt index 4eeca0d9a..456d65624 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,7 +7,7 @@ pytest-cov==5.0.0; python_version<"3.9" # Test requirements pytest>=6.1.1 parameterized==0.9.0 -pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py) +pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter black==25.1.0; python_version>="3.9"