From d9386e647fe2ada86a5bdc0e2504cadfdecc3540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:55:17 +0000 Subject: [PATCH] Bump pyyaml from 6.0 to 6.0.1 (#3170) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/main/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankith Gunapal --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 94cd3230c5..b568981d3e 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,6 +3,6 @@ requests==2.32.0 captum==0.6.0 packaging==23.2 pynvml==11.5.0 -pyyaml==6.0 +pyyaml==6.0.1 ninja==1.11.1.1 setuptools