From c86238e10ac136c162d0a8f459ad51d0cf74054c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:03:52 +0000 Subject: [PATCH] chore(deps): bump pyyaml in /api/terraform/python/layer_nlp 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] --- api/terraform/python/layer_nlp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/python/layer_nlp/requirements.txt b/api/terraform/python/layer_nlp/requirements.txt index 97855fc4..f78f75a3 100644 --- a/api/terraform/python/layer_nlp/requirements.txt +++ b/api/terraform/python/layer_nlp/requirements.txt @@ -8,7 +8,7 @@ # requirements in the zip package for this layer. # ----------------------------------------------------------------------------- -pyyaml==6.0.2 +pyyaml==6.0.3 # NLP requirements # --------------------------