From 49ee492fe9aa89cc2b310a8860e96e3e9eee5144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:37:18 +0000 Subject: [PATCH] Bump pyyaml from 6.0.1 to 6.0.2 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 9389b1a0701..895eec0b003 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -190,7 +190,7 @@ python-on-whales==0.72.0 # -r requirements/test.in pytz==2023.3.post1 # via babel -pyyaml==6.0.1 +pyyaml==6.0.2 # via pre-commit re-assert==1.1.0 # via -r requirements/test.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 3f408533ec4..b62f83c4fd0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -185,7 +185,7 @@ python-on-whales==0.72.0 # -r requirements/test.in pytz==2023.3.post1 # via babel -pyyaml==6.0.1 +pyyaml==6.0.2 # via pre-commit re-assert==1.1.0 # via -r requirements/test.in diff --git a/requirements/lint.txt b/requirements/lint.txt index 94091021093..366b2f34d86 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -82,7 +82,7 @@ python-dateutil==2.9.0.post0 # via freezegun python-on-whales==0.72.0 # via -r requirements/lint.in -pyyaml==6.0.1 +pyyaml==6.0.2 # via pre-commit requests==2.32.3 # via python-on-whales