From 0c034e082a748a10951e0ba0ab81fe1f6b4552da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:32:05 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 064b046..c84c746 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -87,7 +87,7 @@ pytz==2019.1 # via # -c requirements.txt # django -pyyaml==5.3.1 +pyyaml==5.4 # via pre-commit regex==2020.7.14 # via black