From 5284119c07eb9e2b2560e3e78335fb0e9e78f21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 23:22:53 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /traiders/annotation-server Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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.2...5.4) Signed-off-by: dependabot[bot] --- traiders/annotation-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traiders/annotation-server/requirements.txt b/traiders/annotation-server/requirements.txt index e299f660..50abef10 100644 --- a/traiders/annotation-server/requirements.txt +++ b/traiders/annotation-server/requirements.txt @@ -1,6 +1,6 @@ Django==2.2.18 djangorestframework==3.10.3 pycodestyle==2.5.0 -PyYAML==5.1.2 +PyYAML==5.4 uritemplate==3.0.0 django-cors-headers==3.1.1