From fcaf36713f06e82e03f174bf5e5692c3e606b113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 09:30:52 +0000 Subject: [PATCH] chore(ietf-wimse): update pyyaml requirement in /tracks/ietf-wimse Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tracks/ietf-wimse/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/ietf-wimse/requirements.txt b/tracks/ietf-wimse/requirements.txt index 76922d3..6a4bd9d 100644 --- a/tracks/ietf-wimse/requirements.txt +++ b/tracks/ietf-wimse/requirements.txt @@ -1,3 +1,3 @@ beautifulsoup4>=4.12.0 -PyYAML>=6.0 +PyYAML>=6.0.3 requests>=2.31.0