From a9ef0464325264fde2a2394c0c578b0189f2303d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:43:18 +0000 Subject: [PATCH] Update rtspscanner requirement from ~=0.1.3 to ~=0.1.5 Updates the requirements on [rtspscanner](https://github.com/beardedtek-com/RTSPScanner) to permit the latest version. - [Release notes](https://github.com/beardedtek-com/RTSPScanner/releases) - [Changelog](https://github.com/BeardedTek-com/RTSPScanner/blob/main/CHANGELOG.md) - [Commits](https://github.com/beardedtek-com/RTSPScanner/commits) --- updated-dependencies: - dependency-name: rtspscanner 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 56c9f7d..2a7f46c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ pytz uwsgi netifaces PyYAML -rtspscanner~=0.1.3 \ No newline at end of file +rtspscanner~=0.1.5 \ No newline at end of file