From eeb9a13fe19d13bf2fa4397f55bbe2ebcbc9c48f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:05:45 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /omero_jupyter Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.1...5.4) Signed-off-by: dependabot[bot] --- omero_jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omero_jupyter/requirements.txt b/omero_jupyter/requirements.txt index cb85495..788fb70 100644 --- a/omero_jupyter/requirements.txt +++ b/omero_jupyter/requirements.txt @@ -18,5 +18,5 @@ pytest==4.3.1 pytest-cov==2.6.1 enum34==1.1.6 -pyyaml==5.1 +pyyaml==5.4 pandas==0.24.2