From 929e814d66e8057ba1bbfcb8b96ce4720af723f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:01:19 +0000 Subject: [PATCH] Bump python-libnmap from 0.7.2 to 0.7.3 in /console/requirements Bumps [python-libnmap](https://github.com/savon-noir/python-libnmap) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/savon-noir/python-libnmap/releases) - [Changelog](https://github.com/savon-noir/python-libnmap/blob/master/CHANGELOG.md) - [Commits](https://github.com/savon-noir/python-libnmap/compare/v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: python-libnmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- console/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/requirements/base.txt b/console/requirements/base.txt index bb2234e..2ff479f 100644 --- a/console/requirements/base.txt +++ b/console/requirements/base.txt @@ -47,7 +47,7 @@ psycopg2-binary==2.8.6 pygraphviz==1.6 # nmap -python-libnmap==0.7.2 +python-libnmap==0.7.3 # redis redis==3.5.3