From ebbfdbeffe1d65248f2058172cae12e0b87017a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:40:12 +0000 Subject: [PATCH] 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](https://github.com/yaml/pyyaml/compare/3.13...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-version: '5.4' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tox/pypy-requirements.txt | 2 +- tox/pypy3-requirements.txt | 2 +- tox/python2.7-windows-requirements.txt | 2 +- tox/python27-requirements.txt | 2 +- tox/python3.10-windows-requirements.txt | 2 +- tox/python3.11-windows-requirements.txt | 2 +- tox/python3.12-windows-requirements.txt | 2 +- tox/python3.13-windows-requirements.txt | 2 +- tox/python3.14-windows-requirements.txt | 2 +- tox/python3.6-windows-requirements.txt | 2 +- tox/python3.7-windows-requirements.txt | 2 +- tox/python3.8-windows-requirements.txt | 2 +- tox/python3.9-windows-requirements.txt | 2 +- tox/python310-requirements.txt | 2 +- tox/python311-requirements.txt | 2 +- tox/python312-requirements.txt | 2 +- tox/python313-requirements.txt | 2 +- tox/python314-requirements.txt | 2 +- tox/python33-requirements.txt | 2 +- tox/python34-requirements.txt | 2 +- tox/python35-requirements.txt | 2 +- tox/python36-requirements.txt | 2 +- tox/python37-requirements.txt | 2 +- tox/python38-requirements.txt | 2 +- tox/python39-requirements.txt | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/tox/pypy-requirements.txt b/tox/pypy-requirements.txt index ae530c47..d07e6b50 100644 --- a/tox/pypy-requirements.txt +++ b/tox/pypy-requirements.txt @@ -14,7 +14,7 @@ pluggy==0.13.1 py==1.11.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 readline==6.2.4.1 scandir==1.10.0 sh==1.12.14 diff --git a/tox/pypy3-requirements.txt b/tox/pypy3-requirements.txt index ec412718..1f89b4cd 100644 --- a/tox/pypy3-requirements.txt +++ b/tox/pypy3-requirements.txt @@ -10,7 +10,7 @@ pluggy==0.13.1 py==1.11.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 readline==6.2.4.1 sh==1.12.14 six==1.16.0 diff --git a/tox/python2.7-windows-requirements.txt b/tox/python2.7-windows-requirements.txt index 1ae2fbaf..21f5d46a 100644 --- a/tox/python2.7-windows-requirements.txt +++ b/tox/python2.7-windows-requirements.txt @@ -13,7 +13,7 @@ pluggy==0.13.1 py==1.11.0 pyparsing==2.4.7 pytest==4.6.11 -PyYAML==5.4.1 +PyYAML==5.4 scandir==1.10.0 six==1.17.0 typing==3.10.0.0 diff --git a/tox/python27-requirements.txt b/tox/python27-requirements.txt index d7271862..770194ed 100644 --- a/tox/python27-requirements.txt +++ b/tox/python27-requirements.txt @@ -12,7 +12,7 @@ pluggy==0.13.1 py==1.11.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 scandir==1.10.0 sh==1.12.14 six==1.16.0 diff --git a/tox/python3.10-windows-requirements.txt b/tox/python3.10-windows-requirements.txt index 77f7282f..64bea300 100644 --- a/tox/python3.10-windows-requirements.txt +++ b/tox/python3.10-windows-requirements.txt @@ -5,5 +5,5 @@ pluggy==0.13.1 py==1.11.0 pyperf==2.2.0 pytest==6.2.4 -PyYAML==5.4.1 +PyYAML==5.4 toml==0.10.2 diff --git a/tox/python3.11-windows-requirements.txt b/tox/python3.11-windows-requirements.txt index 51914fca..889ed9c9 100644 --- a/tox/python3.11-windows-requirements.txt +++ b/tox/python3.11-windows-requirements.txt @@ -5,5 +5,5 @@ pluggy==1.5.0 py==1.11.0 pyperf==2.4.1 pytest==7.1.2 -PyYAML==6.0 +PyYAML==5.4 tomli==2.0.1 diff --git a/tox/python3.12-windows-requirements.txt b/tox/python3.12-windows-requirements.txt index 6b7603ab..2b7639b6 100644 --- a/tox/python3.12-windows-requirements.txt +++ b/tox/python3.12-windows-requirements.txt @@ -4,4 +4,4 @@ pluggy==1.5.0 psutil==6.0.0 pyperf==2.6.1 pytest==7.4.2 -PyYAML==6.0.1 +PyYAML==5.4 diff --git a/tox/python3.13-windows-requirements.txt b/tox/python3.13-windows-requirements.txt index 3d040b3a..ae2ea9be 100644 --- a/tox/python3.13-windows-requirements.txt +++ b/tox/python3.13-windows-requirements.txt @@ -4,4 +4,4 @@ pluggy==1.5.0 psutil==6.0.0 pyperf==2.7.0 pytest==8.3.3 -PyYAML==6.0.2 +PyYAML==5.4 diff --git a/tox/python3.14-windows-requirements.txt b/tox/python3.14-windows-requirements.txt index 86ce01ad..23025471 100644 --- a/tox/python3.14-windows-requirements.txt +++ b/tox/python3.14-windows-requirements.txt @@ -5,4 +5,4 @@ pip==25.2 pluggy==1.6.0 Pygments==2.19.2 pytest==8.4.1 -PyYAML==6.0.2 +PyYAML==5.4 diff --git a/tox/python3.6-windows-requirements.txt b/tox/python3.6-windows-requirements.txt index 4fc3230f..df7dc14b 100644 --- a/tox/python3.6-windows-requirements.txt +++ b/tox/python3.6-windows-requirements.txt @@ -8,7 +8,7 @@ pluggy==1.0.0 py==1.11.0 pyparsing==3.1.4 pytest==7.0.1 -PyYAML==6.0.1 +PyYAML==5.4 tomli==1.2.3 typing_extensions==4.1.1 zipp==3.6.0 diff --git a/tox/python3.7-windows-requirements.txt b/tox/python3.7-windows-requirements.txt index 389e1754..9f79694b 100644 --- a/tox/python3.7-windows-requirements.txt +++ b/tox/python3.7-windows-requirements.txt @@ -6,7 +6,7 @@ packaging==24.0 pip==24.0 pluggy==1.2.0 pytest==7.4.4 -PyYAML==6.0.1 +PyYAML==5.4 setuptools==68.0.0 tomli==2.0.1 typing_extensions==4.7.1 diff --git a/tox/python3.8-windows-requirements.txt b/tox/python3.8-windows-requirements.txt index e993dc50..dde8e961 100644 --- a/tox/python3.8-windows-requirements.txt +++ b/tox/python3.8-windows-requirements.txt @@ -4,7 +4,7 @@ more-itertools==10.5.0 pluggy==0.13.1 py==1.11.0 pytest==4.5.0 -PyYAML==5.1 +PyYAML==5.4 setuptools==45.3.0 six==1.16.0 wcwidth==0.2.13 diff --git a/tox/python3.9-windows-requirements.txt b/tox/python3.9-windows-requirements.txt index 86a24669..cf49ed1a 100644 --- a/tox/python3.9-windows-requirements.txt +++ b/tox/python3.9-windows-requirements.txt @@ -3,5 +3,5 @@ iniconfig==2.0.0 packaging==24.1 pluggy==1.5.0 pytest==8.3.3 -PyYAML==6.0.2 +PyYAML==5.4 tomli==2.0.1 diff --git a/tox/python310-requirements.txt b/tox/python310-requirements.txt index 5fd6e08e..e88574df 100644 --- a/tox/python310-requirements.txt +++ b/tox/python310-requirements.txt @@ -7,6 +7,6 @@ py==1.11.0 pyperf==2.2.0 pytest==6.2.4 pytest-cov==2.5.1 -PyYAML==5.4.1 +PyYAML==5.4 sh==1.14.2 toml==0.10.2 diff --git a/tox/python311-requirements.txt b/tox/python311-requirements.txt index 6fff5d3c..f3e14129 100644 --- a/tox/python311-requirements.txt +++ b/tox/python311-requirements.txt @@ -7,6 +7,6 @@ py==1.11.0 pyperf==2.4.1 pytest==7.1.2 pytest-cov==5.0.0 -PyYAML==6.0 +PyYAML==5.4 sh==1.14.3 tomli==2.0.1 diff --git a/tox/python312-requirements.txt b/tox/python312-requirements.txt index 506ed9a7..38c5b323 100644 --- a/tox/python312-requirements.txt +++ b/tox/python312-requirements.txt @@ -7,5 +7,5 @@ psutil==6.0.0 pyperf==2.6.1 pytest==7.4.2 pytest-cov==5.0.0 -PyYAML==6.0.1 +PyYAML==5.4 sh==2.0.6 diff --git a/tox/python313-requirements.txt b/tox/python313-requirements.txt index e6da316b..5677028f 100644 --- a/tox/python313-requirements.txt +++ b/tox/python313-requirements.txt @@ -7,5 +7,5 @@ psutil==6.0.0 pyperf==2.7.0 pytest==8.3.3 pytest-cov==5.0.0 -PyYAML==6.0.2 +PyYAML==5.4 sh==2.0.7 diff --git a/tox/python314-requirements.txt b/tox/python314-requirements.txt index c348dabc..18d141a3 100644 --- a/tox/python314-requirements.txt +++ b/tox/python314-requirements.txt @@ -6,5 +6,5 @@ pluggy==1.6.0 Pygments==2.19.2 pytest==8.4.1 pytest-cov==5.0.0 -PyYAML==6.0.2 +PyYAML==5.4 sh==2.2.2 diff --git a/tox/python33-requirements.txt b/tox/python33-requirements.txt index 125be90b..933c565d 100644 --- a/tox/python33-requirements.txt +++ b/tox/python33-requirements.txt @@ -2,5 +2,5 @@ coverage==4.5.4 py==1.4.34 pytest==3.2.5 pytest-cov==2.5.1 -PyYAML==3.13 +PyYAML==5.4 sh==1.12.14 diff --git a/tox/python34-requirements.txt b/tox/python34-requirements.txt index e58a927a..a7ba2d0a 100644 --- a/tox/python34-requirements.txt +++ b/tox/python34-requirements.txt @@ -8,7 +8,7 @@ pluggy==0.13.1 py==1.10.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 scandir==1.10.0 sh==1.12.14 six==1.16.0 diff --git a/tox/python35-requirements.txt b/tox/python35-requirements.txt index 185f37c7..64b79379 100644 --- a/tox/python35-requirements.txt +++ b/tox/python35-requirements.txt @@ -8,7 +8,7 @@ pluggy==0.13.1 py==1.11.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 sh==1.12.14 six==1.16.0 wcwidth==0.2.13 diff --git a/tox/python36-requirements.txt b/tox/python36-requirements.txt index 70a8d96f..59134a76 100644 --- a/tox/python36-requirements.txt +++ b/tox/python36-requirements.txt @@ -7,7 +7,7 @@ pluggy==0.13.1 py==1.11.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 sh==1.12.14 six==1.16.0 typing-extensions==4.1.1 diff --git a/tox/python37-requirements.txt b/tox/python37-requirements.txt index 96b04c93..40bd847a 100644 --- a/tox/python37-requirements.txt +++ b/tox/python37-requirements.txt @@ -7,7 +7,7 @@ pluggy==0.13.1 py==1.11.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 sh==1.12.14 six==1.16.0 typing-extensions==4.7.1 diff --git a/tox/python38-requirements.txt b/tox/python38-requirements.txt index f14b38ab..95cc4518 100644 --- a/tox/python38-requirements.txt +++ b/tox/python38-requirements.txt @@ -6,7 +6,7 @@ pluggy==0.13.1 py==1.11.0 pytest==4.5.0 pytest-cov==2.5.1 -PyYAML==5.1 +PyYAML==5.4 sh==1.12.14 six==1.16.0 wcwidth==0.2.13 diff --git a/tox/python39-requirements.txt b/tox/python39-requirements.txt index b6130800..eb645920 100644 --- a/tox/python39-requirements.txt +++ b/tox/python39-requirements.txt @@ -5,6 +5,6 @@ packaging==24.1 pluggy==1.5.0 pytest==8.3.3 pytest-cov==2.5.1 -PyYAML==6.0.2 +PyYAML==5.4 sh==2.0.7 tomli==2.0.1