Skip to content

Commit 436099f

Browse files
Update pyyaml requirement from <5.5,>=5.1 to >=5.1,<6.1
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/master/CHANGES) - [Commits](yaml/pyyaml@5.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b69aab commit 436099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'djangorestframework>=3.10,<4.0',
1313
'structlog<21.2.0',
1414
'jinja2<2.12',
15-
'PyYAML>=5.1,<5.5',
15+
'PyYAML>=5.1,<6.1',
1616
'PyStaticConfiguration==0.10.5',
1717
'requests<2.26',
1818
'PyConfigure==0.5.9',

0 commit comments

Comments
 (0)