diff --git a/setup.py b/setup.py index 29b570f..41b04d0 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ packages=find_packages(), install_requires=[ - 'pyroute2==0.7.7', + 'pyroute2==0.7.8', 'Twisted==22.10.0', 'prometheus-client', 'PyYAML',