Skip to content

Commit 2e5efb3

Browse files
Bump pyyaml from 6.0.2 to 6.0.3
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03ab1d7 commit 2e5efb3

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)