From 61d41f945abfdf0139cf370c182115136d0ffb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:39:09 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /deploy/serving/docker/assets Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-version: '5.4' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/serving/docker/assets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/serving/docker/assets/requirements.txt b/deploy/serving/docker/assets/requirements.txt index 6dad926..d97c8bf 100644 --- a/deploy/serving/docker/assets/requirements.txt +++ b/deploy/serving/docker/assets/requirements.txt @@ -76,7 +76,7 @@ python-decouple==3.0 python-memcached==1.58 python-utils==2.3.0 pytz==2019.1 -PyYAML==3.12 +PyYAML==5.4 redis==2.10.5 requests==2.11.1 roman==2.0.0