From b3a9168ccaba8188595fa68778676d7fc55883d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 09:03:17 +0000 Subject: [PATCH] chore(backend)(deps): update pyyaml requirement in /app 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.1...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements-prod.txt | 2 +- app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements-prod.txt b/app/requirements-prod.txt index 8eecea7..7c1739c 100644 --- a/app/requirements-prod.txt +++ b/app/requirements-prod.txt @@ -47,6 +47,6 @@ resend>=2.0.0 networkx scikit-learn neo4j -pyyaml>=6.0.1 +pyyaml>=6.0.3 celery[redis]>=5.3.0 redis>=5.0.0 diff --git a/app/requirements.txt b/app/requirements.txt index 88ee04b..eafc3a0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -46,7 +46,7 @@ resend>=2.0.0 networkx scikit-learn neo4j -pyyaml>=6.0.1 +pyyaml>=6.0.3 celery[redis]>=5.3.0 redis>=5.0.0