Skip to content

Commit 5f75ad2

Browse files
committed
freeze dependency versions
1 parent 7ecc3b7 commit 5f75ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ python_requires = >=3.6
4747
# For more information, check out https://semver.org/.
4848
install_requires =
4949
importlib-metadata; python_version<"3.8"
50-
ruamel.yaml>=0.16.5
51-
yaql>=1.1.3
50+
ruamel.yaml>=0.16.5,<0.18
51+
yaql>=1.1.3,<3.0
5252

5353

5454
[options.packages.find]

0 commit comments

Comments
 (0)