From f1bbec4d4025dbeeb10d4ca9ce0c60c380aa97fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:59:01 +0000 Subject: [PATCH] chore(deps): update pyyaml requirement in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 22383ac..4edd1f7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ aiosqlitepool>=1.0,<2.0 feedparser>=6.0,<7.0 httpx>=0.28,<1.0 apscheduler>=3.10,<4.0 -pyyaml>=6.0,<7.0 +pyyaml>=6.0.3,<7.0 pydantic>=2.10,<3.0 pydantic-settings>=2.0,<3.0 stamina>=26.0,<27.0