From 69c38d1ddc21ed1d37a49c7e4e23d44a09c1abff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:04:40 +0000 Subject: [PATCH] Update pyroute2 requirement from ~=0.7.11 to ~=0.7.12 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.7.11...0.7.12) --- 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 65fb79c..d66e6d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ NetLink~=0.1 flask-mqtt -pyroute2~=0.7.11 +pyroute2~=0.7.12 PyYAML~=6.0.1 Flask~=3.0.1 waitress~=2.1.2