From 651f7c2fa88512d92363804dbb8dbaf4eaf8b61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:53:04 +0000 Subject: [PATCH] Update yapic-json requirement from >=1.6.3 to >=1.9.5 Updates the requirements on [yapic-json](https://github.com/zozzz/yapic.json) to permit the latest version. - [Changelog](https://github.com/zozzz/yapic.json/blob/master/release.py) - [Commits](https://github.com/zozzz/yapic.json/compare/1.6.3...1.9.5) --- updated-dependencies: - dependency-name: yapic-json dependency-version: 1.9.5 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 711f9f14d..4da5e4454 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pyyaml requests>=2.18.4 uvloop websockets>=7.0 -yapic.json>=1.6.3 \ No newline at end of file +yapic.json>=1.9.5 \ No newline at end of file