From 1d865f12a5fbde1970ca488790788adf4e291593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:32:25 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /codalab/requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codalab/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codalab/requirements/requirements.txt b/codalab/requirements/requirements.txt index c0e187733..109b111da 100644 --- a/codalab/requirements/requirements.txt +++ b/codalab/requirements/requirements.txt @@ -31,7 +31,7 @@ psutil==5.7.2 python-openid==2.2.5 python-ptrace==0.6.5 pytz==2015.7 -PyYAML==5.1 +PyYAML==5.4 requests-oauthlib==0.3.2 requests==2.24.0 six==1.10.0