Skip to content

Commit ebbfdbe

Browse files
Bump pyyaml from 3.13 to 5.4 in /tox
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@3.13...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-version: '5.4' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0eae6e commit ebbfdbe

25 files changed

+25
-25
lines changed

tox/pypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluggy==0.13.1
1414
py==1.11.0
1515
pytest==4.5.0
1616
pytest-cov==2.5.1
17-
PyYAML==5.1
17+
PyYAML==5.4
1818
readline==6.2.4.1
1919
scandir==1.10.0
2020
sh==1.12.14

tox/pypy3-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluggy==0.13.1
1010
py==1.11.0
1111
pytest==4.5.0
1212
pytest-cov==2.5.1
13-
PyYAML==5.1
13+
PyYAML==5.4
1414
readline==6.2.4.1
1515
sh==1.12.14
1616
six==1.16.0

tox/python2.7-windows-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluggy==0.13.1
1313
py==1.11.0
1414
pyparsing==2.4.7
1515
pytest==4.6.11
16-
PyYAML==5.4.1
16+
PyYAML==5.4
1717
scandir==1.10.0
1818
six==1.17.0
1919
typing==3.10.0.0

tox/python27-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluggy==0.13.1
1212
py==1.11.0
1313
pytest==4.5.0
1414
pytest-cov==2.5.1
15-
PyYAML==5.1
15+
PyYAML==5.4
1616
scandir==1.10.0
1717
sh==1.12.14
1818
six==1.16.0

tox/python3.10-windows-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pluggy==0.13.1
55
py==1.11.0
66
pyperf==2.2.0
77
pytest==6.2.4
8-
PyYAML==5.4.1
8+
PyYAML==5.4
99
toml==0.10.2

tox/python3.11-windows-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pluggy==1.5.0
55
py==1.11.0
66
pyperf==2.4.1
77
pytest==7.1.2
8-
PyYAML==6.0
8+
PyYAML==5.4
99
tomli==2.0.1

tox/python3.12-windows-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pluggy==1.5.0
44
psutil==6.0.0
55
pyperf==2.6.1
66
pytest==7.4.2
7-
PyYAML==6.0.1
7+
PyYAML==5.4

tox/python3.13-windows-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pluggy==1.5.0
44
psutil==6.0.0
55
pyperf==2.7.0
66
pytest==8.3.3
7-
PyYAML==6.0.2
7+
PyYAML==5.4

tox/python3.14-windows-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pip==25.2
55
pluggy==1.6.0
66
Pygments==2.19.2
77
pytest==8.4.1
8-
PyYAML==6.0.2
8+
PyYAML==5.4

tox/python3.6-windows-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluggy==1.0.0
88
py==1.11.0
99
pyparsing==3.1.4
1010
pytest==7.0.1
11-
PyYAML==6.0.1
11+
PyYAML==5.4
1212
tomli==1.2.3
1313
typing_extensions==4.1.1
1414
zipp==3.6.0

0 commit comments

Comments
 (0)