From 8b47d13410a939fdb5f5373415128cdd31d8df0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:45:13 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.3.1 to 5.4 in /smsparkbuild/py39 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/main/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] --- smsparkbuild/py39/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsparkbuild/py39/Pipfile b/smsparkbuild/py39/Pipfile index 775d817..9f3871f 100644 --- a/smsparkbuild/py39/Pipfile +++ b/smsparkbuild/py39/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -pyyaml = "==5.3.1" +pyyaml = "==5.4" tenacity = "==8.2.3" psutil = "==5.9.5" click = "==8.1.7"