From b44e3fece34e4d5c8ddcb81d8de7fb32a14650ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:14:00 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ebc5d1..220783c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask[async]==2.2 inflection==0.3.1 jsonschema==4.0.1 PyJWT==2.4.0 -PyYAML==5.1 +PyYAML==5.4 requests==2.31.0 starlette==0.27.0 werkzeug==2.2.3