Skip to content

Commit 25a9c78

Browse files
Bump websockets from 8.1.0 to 10.1
Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1.0 to 10.1. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Commits](python-websockets/websockets@8.1...10.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e6503e commit 25a9c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"PyYAML==5.4.1", # Used for config file format
2525
"setproctitle==1.2.2", # Gives the ethgreen processes readable names
2626
"sortedcontainers==2.4.0", # For maintaining sorted mempools
27-
"websockets==8.1.0", # For use in wallet RPC and electron UI
27+
"websockets==9.1", # For use in wallet RPC and electron UI
2828
"click==7.1.2", # For the CLI
2929
"dnspythonchia==2.2.0", # Query DNS seeds
3030
"watchdog==2.1.6", # Filesystem event watching - watches keyring.yaml

0 commit comments

Comments
 (0)