From e1bb052e3b20a4e01cf433cab585c40ed577b2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:38:33 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /granule_ingester 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) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- granule_ingester/conda-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/granule_ingester/conda-requirements.txt b/granule_ingester/conda-requirements.txt index b647f98..72c9778 100644 --- a/granule_ingester/conda-requirements.txt +++ b/granule_ingester/conda-requirements.txt @@ -19,7 +19,7 @@ netcdf4==1.5.3 pandas==1.0.4 pytz==2019.3 xarray -pyyaml==5.3.1 +pyyaml==5.4 aiohttp==3.6.2 tenacity requests==2.27.1