From 548e7683e55391ddd0fad46877b845c907d71f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:36:37 +0000 Subject: [PATCH] Bump the pip group across 1 directories with 1 update Bumps the pip group with 1 update in the /. directory: [pyyaml](https://github.com/yaml/pyyaml). Updates `pyyaml` from 3.11 to 5.4 - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.11...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16e978b..c23d633 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -PyYAML==3.11 +PyYAML==5.4 wsgiref==0.1.2