From 496dfb25db82f05a5486b408bf66227a1919c4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:21:54 +0000 Subject: [PATCH] Bump pyyaml from 6.0 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88bd76e..fe3333a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ keywords='pysqa', packages=find_packages(exclude=["*tests*"]), - install_requires=['jinja2==3.1.2', 'pandas==2.0.3', 'pyyaml==6.0'], + install_requires=['jinja2==3.1.2', 'pandas==2.0.3', 'pyyaml==6.0.1'], extras_require={ "sge": ['defusedxml==0.7.1'], "remote": ['paramiko==3.3.1', 'tqdm==4.65.0'],