From dd46d436b2ed584111168816be4630a446aa290f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:32:49 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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...5.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f907e4d..494b3d5 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,6 @@ author_email='julius.zimmermann@uni-rostock.de', packages=['emstimtools', 'emstimtools.utils', 'emstimtools.fenics', 'emstimtools.dataanalysis'], description='EMStimTools is a package that provides a SALOME-GMSH-FEniCS workflow to solve problems related to electromagnetic stimulation of for instance biological tissue or cell cultures.', - install_requires=['pyyaml==5.3', 'matplotlib>=3.1.3'], + install_requires=['pyyaml==5.4', 'matplotlib>=3.1.3'], long_description=open('README.rst').read() )