From bf1b0e4026ac956337a7d759d5cd1d3ff51d9759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jun 2021 19:52:43 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 in /pytrading/py_trading Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/aaugustin/websockets/compare/8.1...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pytrading/py_trading/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytrading/py_trading/requirements.txt b/pytrading/py_trading/requirements.txt index 090fcbc..c0dae20 100644 --- a/pytrading/py_trading/requirements.txt +++ b/pytrading/py_trading/requirements.txt @@ -35,5 +35,5 @@ six==1.15.0 td-ameritrade-python-api==0.3.4 tweepy==3.10.0 urllib3>=1.26.5 -websockets==8.1 +websockets==9.1 Werkzeug==1.0.1 \ No newline at end of file