From 12dd375e229ec8cd480294e9cf5669e4dcdbed00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 18:01:35 +0000 Subject: [PATCH] Update pyroute2 requirement from ==0.5.* to ==0.7.* Updates the requirements on [pyroute2](https://github.com/svinota/pyroute2) to permit the latest version. - [Release notes](https://github.com/svinota/pyroute2/releases) - [Changelog](https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/svinota/pyroute2/compare/0.5.0...0.7.1) --- updated-dependencies: - dependency-name: pyroute2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f36e43a4..ba4d1d68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ hjson~=3.0.1 mock~=3.0.5 -pyroute2==0.5.* +pyroute2==0.7.* pyserial~=3.5 python-pppd==1.0.3 python-sdk-auth~=0.3.0