diff --git a/requirements/dev.txt b/requirements/dev.txt index 889d08375..0213efdd7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,7 +8,7 @@ isort>=4.2.5,<5; python_version < '3.8' # Test requirements pytest>=6.1.1 parameterized==0.9.0 -pyelftools~=0.29 # Used to verify the generated Go binary architecture in integration tests (utils.py) +pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter black==22.6.0; python_version < "3.8"