From 04fa377a0b1d7035aefc9ac98cbd772544f6fec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:27:59 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /backend/requirements 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] --- backend/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 387a864..daed6ba 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -1,5 +1,5 @@ watchdog==0.10.3 -pyyaml==5.3.1 +pyyaml==5.4 argh==0.26.2 django-extensions==2.2.9 # NOTE: in installed_apps Werkzeug==1.0.1 # used for runserver_plus exception console