Skip to content

Commit

Permalink
Update dependency PyYAML to v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 31, 2021
1 parent 769a45e commit d94d8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
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==0.48.0", "PyYAML==5.4.1"]},
data_files=[
(
"./wirepas_messaging-extras/package",
Expand Down

0 comments on commit d94d8a1

Please sign in to comment.