From 70b1de2ef38484545cb030a2c72b2383fb161de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 05:19:49 +0000 Subject: [PATCH] Update pyroute2 requirement from ==0.5.* to ==0.6.* 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.md) - [Commits](https://github.com/svinota/pyroute2/compare/0.5.0...0.6.1) 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..e79f9988 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ hjson~=3.0.1 mock~=3.0.5 -pyroute2==0.5.* +pyroute2==0.6.* pyserial~=3.5 python-pppd==1.0.3 python-sdk-auth~=0.3.0