From 9c29c7ff06229a1083fabf5d5e4cb98fbe43779c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:11:12 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 6.0.2 to 6.0.3 in /autoTriage 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](https://github.com/yaml/pyyaml/compare/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] --- autoTriage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoTriage/requirements.txt b/autoTriage/requirements.txt index aec28d94..5ce4c853 100644 --- a/autoTriage/requirements.txt +++ b/autoTriage/requirements.txt @@ -36,7 +36,7 @@ requests==2.33.0 httpx==0.28.1 # YAML config parsing -PyYAML==6.0.2 +PyYAML==6.0.3 # Async support aiohttp==3.13.5