From edf58d932c54bd85b3e762f56f27436680b9b034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:38:49 +0000 Subject: [PATCH] Update flatten-json requirement from >=0.1.13 to >=0.1.14 Updates the requirements on [flatten-json](https://github.com/amirziai/flatten) to permit the latest version. - [Commits](https://github.com/amirziai/flatten/commits) --- updated-dependencies: - dependency-name: flatten-json dependency-version: 0.1.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c0e17c..15e94e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ click>=8.1.3 -flatten-json>=0.1.13 +flatten-json>=0.1.14 requests>=2.30.0