Skip to content

Commit ce5a2e3

Browse files
authored
Merge pull request #3560 from reframe-hpc/dependabot/pip/pyyaml-6.0.3
Bump pyyaml from 6.0.2 to 6.0.3
2 parents 03ab1d7 + 2e5efb3 commit ce5a2e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jinja2==3.0.3; python_version == '3.6'
88
jinja2==3.1.6; python_version >= '3.7'
99
jsonschema==3.2.0
1010
PyYAML==6.0.1; python_version < '3.8'
11-
PyYAML==6.0.2; python_version >= '3.8'
11+
PyYAML==6.0.3; python_version >= '3.8'
1212
semver==2.13.0; python_version == '3.6'
1313
semver==3.0.4; python_version >= '3.7'
1414
Sphinx==5.3.0; python_version < '3.8'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pytest-rerunfailures==13.0; python_version == '3.7'
2222
pytest-rerunfailures==14.0; python_version == '3.8'
2323
pytest-rerunfailures==16.0.1; python_version >= '3.9'
2424
PyYAML==6.0.1; python_version < '3.8'
25-
PyYAML==6.0.2; python_version >= '3.8'
25+
PyYAML==6.0.3; python_version >= '3.8'
2626
requests==2.27.1; python_version == '3.6'
2727
requests==2.31.0; python_version == '3.7'
2828
requests==2.32.4; python_version >= '3.8'

0 commit comments

Comments
 (0)