Skip to content

Commit a806ddd

Browse files
Update pyyaml requirement in /sdks/python
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@3.12...5.4.1) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 5.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a5318e commit a806ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requires = [
3535
"cython>=3.0,<4",
3636
## deps for generating external transform wrappers:
3737
# also update PyYaml bounds in sdks:python:generateExternalTransformsConfig
38-
'pyyaml>=3.12,<7.0.0',
38+
'pyyaml>=5.4.1,<7.0.0',
3939
# also update Jinja2 bounds in test-suites/xlang/build.gradle (look for xlangWrapperValidation task)
4040
"jinja2>=2.7.1,<4.0.0",
4141
'yapf==0.43.0'

0 commit comments

Comments
 (0)