diff --git a/requirements.txt b/requirements.txt index 99fd5f9c..25e36548 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cmd2>=1.5 jsonpath-ng construct>=2.9.51 bidict -pyosmocom>=0.0.2 +pyosmocom>=0.0.3 pyyaml>=5.1 termcolor colorlog diff --git a/setup.py b/setup.py index d48b806c..10500d3b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( "jsonpath-ng", "construct >= 2.9.51", "bidict", - "pyosmocom >= 0.0.2", + "pyosmocom >= 0.0.3", "pyyaml >= 5.1", "termcolor", "colorlog",