From 24ea5b1d51fa18a4922435378ed50403fbce62a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 04:58:57 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /core Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.4) Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index c99b0ed..1fe30ed 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -15,7 +15,7 @@ itypes==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 pytz==2019.3 -PyYAML==5.3 +PyYAML==5.4 requests==2.23.0 sqlparse==0.3.1 uritemplate==3.0.1