From 0071bc35187387ebb925f8940d61c971b25bc0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:15:43 +0000 Subject: [PATCH] Bump autobahn from 0.10.4 to 20.12.3 in /server/openface-server 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] --- server/openface-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/openface-server/requirements.txt b/server/openface-server/requirements.txt index 1a0f0a8..259b32d 100644 --- a/server/openface-server/requirements.txt +++ b/server/openface-server/requirements.txt @@ -1,4 +1,4 @@ -autobahn == 0.10.4 +autobahn == 20.12.3 imagehash == 1.0 twisted == 19.7.0 scipy >= 0.13, < 0.17