From 87660c3584da4e9cd9438d832a95f2b8d78c8b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:34:49 +0000 Subject: [PATCH] build(deps): 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/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61ad2dd..94a5b41 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'invenio-search>=1.2.3', 'six~=1.0,>=1.11.0', 'invenio-base>=1.2.3,<2.0.0', - 'PyYAML==5.3; python_version >= "3.6"', + 'PyYAML==5.4; python_version >= "3.6"', ] docs_require = []