Skip to content

Commit 27944ed

Browse files
authored
Merge pull request #3249 from reframe-hpc/dependabot/pip/pyyaml-6.0.2
Bump pyyaml from 6.0.1 to 6.0.2
2 parents 1bef008 + 013b366 commit 27944ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pytest-parallel==0.1.1
1616
pytest-rerunfailures==10.3; python_version == '3.6'
1717
pytest-rerunfailures==13.0; python_version == '3.7'
1818
pytest-rerunfailures==14.0; python_version >= '3.8'
19-
PyYAML==6.0.1
19+
PyYAML==6.0.1; python_version < '3.8'
20+
PyYAML==6.0.2; python_version >= '3.8'
2021
requests==2.27.1; python_version == '3.6'
2122
requests==2.31.0; python_version == '3.7'
2223
requests==2.32.2; python_version >= '3.8'

0 commit comments

Comments
 (0)