Skip to content

Commit 00db782

Browse files
Bump pyyaml from 5.1.2 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.1.2...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1141f09 commit 00db782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ opencv-python==4.1.0.25
88
Pillow==8.2.0
99
pybullet==2.6.5
1010
python-pcl
11-
PyYAML==5.1.2
11+
PyYAML==5.4
1212
scikit-learn==0.20.4
1313
scipy==1.2.2
1414
six==1.11.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'opencv-python==4.1.0.25',
3636
'Pillow==8.2.0',
3737
'python-pcl',
38-
'PyYAML==5.1.2',
38+
'PyYAML==5.4',
3939
'scikit-learn==0.20.4',
4040
'scipy==1.2.2',
4141
'six==1.11.0',

0 commit comments

Comments
 (0)