Skip to content

Commit

Permalink
fix(dependency): update naas_drivers 0.121.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 18, 2024
1 parent 96f9f8b commit aff4966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

NDV = "0.121.3"
NDV = "0.121.4"

driver_dep = [f'naas_drivers[full]=={NDV}']
dev_dep = [
Expand Down

0 comments on commit aff4966

Please sign in to comment.