From 3744ebfb904d04b9dd32b4744d80b54068bafa37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 09:05:48 +0000 Subject: [PATCH] Bump pyyaml from 5.4.1 to 6.0 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs_requirements.txt | 2 +- test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index cb089fec6e8..3dfde6179e2 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -55,7 +55,7 @@ PyVISA==1.11.3 PyVISA-sim==0.4.0 pywin32==300; sys_platform == 'win32' pywinpty==0.5.7; sys_platform == 'win32' -PyYAML==5.4.1 +PyYAML==6.0 pyzmq==22.0.3 qtconsole==5.0.2 QtPy==1.9.0 diff --git a/test_requirements.txt b/test_requirements.txt index 38643f162b6..d518d647cc4 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -29,7 +29,7 @@ pytest-rerunfailures==9.1.1 pytest-xdist==2.2.1 PyVISA==1.11.3 PyVISA-sim==0.4.0 -PyYAML==5.4.1 +PyYAML==6.0 requests==2.25.1 six==1.15.0 sortedcontainers==2.3.0