Skip to content

Commit b8d715c

Browse files
Update ruamel-yaml requirement from <0.17.23,>=0.17.6 to >=0.17.6,<0.17.27 (#215)
* Update ruamel-yaml requirement Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent 77e0de6 commit b8d715c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ requests
55
CacheControl < 0.13
66
urllib3 < 2 # until CacheControl has a fixed release
77
schema-salad >= 8.3.20220825114525, < 9
8-
ruamel.yaml >= 0.17.6, < 0.17.23;python_version>='3.7'
9-
ruamel.yaml >= 0.16.12, < 0.17.23
8+
ruamel.yaml >= 0.17.6, < 0.17.27;python_version>='3.7'
9+
ruamel.yaml >= 0.16.12, < 0.17.27

0 commit comments

Comments
 (0)