From f993e1a72760b9093b5ac0dbb6d5fc3a61b62d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 23:22:46 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /traiders/backend 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/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traiders/backend/requirements.txt b/traiders/backend/requirements.txt index bb19f1b3..fee8f56e 100644 --- a/traiders/backend/requirements.txt +++ b/traiders/backend/requirements.txt @@ -1,7 +1,7 @@ Django==2.2.6 djangorestframework==3.10.3 pycodestyle==2.5.0 -PyYAML==5.1.2 +PyYAML==5.4 uritemplate==3.0.0 Pillow==8.1.1 django-filter==2.2.0