From 08a59880855ecae3ebcc0075a8d8219b11650d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 17:07:05 +0000 Subject: [PATCH] Bump websockets from 8.1.0 to 10.3 Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1.0 to 10.3. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Commits](https://github.com/aaugustin/websockets/compare/8.1...10.3) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requires.txt b/requires.txt index 327bfaa79..5bae2f6e7 100644 --- a/requires.txt +++ b/requires.txt @@ -18,7 +18,7 @@ keyrings.cryptfile==1.3.4 PyYAML==5.4.1 setproctitle==1.2.2 sortedcontainers==2.3.0 -websockets==8.1.0 +websockets==10.3 click==7.1.2 dnspython==2.1.0 watchdog==2.1.3 diff --git a/setup.py b/setup.py index 5052c4757..fecba73f1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "PyYAML==5.4.1", # Used for config file format "setproctitle==1.2.2", # Gives the chaingreen processes readable names "sortedcontainers==2.4.0", # For maintaining sorted mempools - "websockets==8.1.0", # For use in wallet RPC and electron UI + "websockets==10.3", # For use in wallet RPC and electron UI "click==7.1.2", # For the CLI "dnspython==2.1.0", # Query DNS seeds "watchdog==2.1.3", # Filesystem event watching - watches keyring.yaml