Skip to content

Commit a4b5eba

Browse files
authored
Merge pull request #169 from cloudify-incubator/cfy-lint-constraint-upgrade
update cfylint constraint
2 parents ca5473f + 5b181ea commit a4b5eba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
releases:
2+
v0.0.125: Bump cfy lint package version for upstream networkx dependency.
23
v0.0.124: modify iso support
34
v0.0.123: Tag packaging.
45
v0.0.122: add deprecation_warning decorator.

cloudify_common_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.0.124'
1+
version = '0.0.125'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_version():
5858
'xmltodict', # rest
5959
"gitdb>=0.6.4", # shared download resource
6060
"GitPython", # shared download resource
61-
"cfy-lint>=0.0.31",
61+
"cfy-lint>=0.0.34",
6262
'psutil',
6363
'packaging>=17.1,<=21.3',
6464
'kubernetes==v26.1.0',

0 commit comments

Comments
 (0)