Skip to content

Commit e608e79

Browse files
committed
fix(deps): bump PyYAML requirements
1 parent 35f5af7 commit e608e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[packages]
77
radon = "<6,>=4"
88
requests = "<3.0,>=2.0"
9-
PyYAML = ">=4.2b1,<5.0"
9+
PyYAML = ">=4.2b1,<7.0"
1010

1111
[dev-packages]
1212

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
radon>=4,<6
22
requests>=2.0,<3.0
3-
PyYAML>=4.2b1,<6.0
3+
PyYAML>=4.2b1,<7.0

0 commit comments

Comments
 (0)