From 41ff812a791400a6351c353a3b1fae665f3aa69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 09:30:31 +0000 Subject: [PATCH] build(deps): Bump pyyaml in /projects/vdk-plugins/vdk-oauth-auth Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/vdk-plugins/vdk-oauth-auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/vdk-plugins/vdk-oauth-auth/requirements.txt b/projects/vdk-plugins/vdk-oauth-auth/requirements.txt index 22bec31995..1e7ef3275c 100644 --- a/projects/vdk-plugins/vdk-oauth-auth/requirements.txt +++ b/projects/vdk-plugins/vdk-oauth-auth/requirements.txt @@ -3,6 +3,6 @@ docker-compose # install earlier version due to https://github.com/yaml/pyyaml/issues/601 -PyYAML==5.3.1 +PyYAML==5.4.1 vdk-test-utils