From 5dc55553e57c0b465c39a3d74425850cfa51ccaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:37:53 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /web Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.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.3.1...5.4) Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 11aab9a..ab3e1c0 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -6,7 +6,7 @@ djangorestframework==3.12.1 djangorestframework-csv==2.1.0 djangorestframework-gis==0.16 django-cors-headers==3.5.0 -pyyaml==5.3.1 +pyyaml==5.4 uritemplate==3.0.1 requests==2.24.0 jsonschema==3.2.0