Skip to content

Commit

Permalink
Update dependency websocket-client to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 4, 2022
1 parent 64219bf commit 5bbde4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wrappers/python/examples/wnt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Minimal requirements for running the examples
websocket-client==1.0.1
websocket-client==1.2.3
PyYAML==5.4.1
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_requirements(*args):
keywords=about["__keywords__"],
packages=find_packages(exclude=["contrib", "docs", "tests", "examples"]),
install_requires=get_requirements(requirements_file),
extras_require={"examples": ["websocket-client==0.48.0", "PyYAML==5.1.2"]},
extras_require={"examples": ["websocket-client==1.2.3", "PyYAML==5.1.2"]},
data_files=[
(
"./wirepas_messaging-extras/package",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

protobuf==3.10.0
websocket-client==0.48.0
websocket-client==1.2.3

0 comments on commit 5bbde4b

Please sign in to comment.