From 0fa25ef0488a5b7796f30a7a8f5865864944cf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:57:45 +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] --- requirements.txt | 2 +- test/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index da63530..6621c19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyYAML==5.3.1 +PyYAML==5.4 requests==2.24.0 ws4py==0.5.1 json-logging==1.2.11 \ No newline at end of file diff --git a/test/requirements.txt b/test/requirements.txt index 0040581..7bb10a9 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,4 +1,4 @@ -PyYAML==5.3.1 +PyYAML==5.4 requests==2.24.0 pytest==5.4.3 pytest-dependency==0.5.1