From dd88264ec63a74ae0ff05381942f40c6d60b813b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 02:25:06 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 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/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 05dbe37..47203a6 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ ipython==5.1.0 jsonfield==1.0.3 psycopg2==2.7.5 pytz==2016.10 -PyYAML==3.12 +PyYAML==5.4 redis==2.10.6 requests-oauthlib==0.8.0 requests==2.18.4