From 5c17784cab531d0fa42216bdc3a208be7085e548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 01:13:28 +0000 Subject: [PATCH] build(deps): bump remarshal from 1.2.0 to 1.3.0 in /yaml Bumps [remarshal](https://github.com/remarshal-project/remarshal) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/remarshal-project/remarshal/releases) - [Commits](https://github.com/remarshal-project/remarshal/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: remarshal dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yaml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/requirements.txt b/yaml/requirements.txt index ec6ea96..28a709f 100644 --- a/yaml/requirements.txt +++ b/yaml/requirements.txt @@ -1,4 +1,4 @@ jsonfmt==0.2.7 -remarshal==1.2.0 +remarshal==1.3.0 yamllint==1.38.0 yamlpath==3.8.2