From d5ab3fb818c1df21dbcc55c0d120e60ab95d53b9 Mon Sep 17 00:00:00 2001 From: em-eight Date: Mon, 25 Sep 2023 10:35:13 +0300 Subject: [PATCH] up ppcdis-protobuf version --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d99fa0f3..51c7dd76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ ninja-syntax==1.7.2 packaging==23.1 pathvalidate==2.4.1 pluggy==0.13.1 -ppcdis-protobuf==0.0.1 +ppcdis-protobuf==0.0.2 pre-commit==2.19.0 py==1.11.0 pyelftools==0.29 diff --git a/setup.py b/setup.py index a5b6113d..fe6ce8fd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'packaging', 'pathvalidate', 'pluggy', - 'ppcdis-protobuf', + 'ppcdis-protobuf==0.0.2', 'pre-commit', 'py', 'pyelftools',