From b0a9232f0681f372f4e64abd6f84863db6638859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:42:57 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index adf02f1..45adfbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ idna==2.8 # via yarl multidict==4.5.2 # via aiohttp, yarl pycares==3.0.0 # via aiodns pycparser==2.19 # via cffi -pyyaml==5.1.2 +pyyaml==5.4 uvloop==0.13.0 yarl==1.3.0 # via aiohttp