From 052050779982d3fe7a9a00d4a0e0da13bc046e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:15:18 +0000 Subject: [PATCH] Bump autobahn from 0.10.4 to 20.12.3 in /openface/demos/web Bumps [autobahn](https://github.com/crossbario/autobahn-python) from 0.10.4 to 20.12.3. - [Release notes](https://github.com/crossbario/autobahn-python/releases) - [Changelog](https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst) - [Commits](https://github.com/crossbario/autobahn-python/compare/v0.10.4...v20.12.3) Signed-off-by: dependabot[bot] --- openface/demos/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openface/demos/web/requirements.txt b/openface/demos/web/requirements.txt index 3f3ba31a..5d4060ae 100644 --- a/openface/demos/web/requirements.txt +++ b/openface/demos/web/requirements.txt @@ -1,4 +1,4 @@ -autobahn == 0.10.4 +autobahn == 20.12.3 imagehash == 1.0 twisted == 15.2.1 scipy >= 0.13, < 0.17