From 6a5c0a377fbe24bbfffe9626988edb9804b16424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:09:16 +0000 Subject: [PATCH] build(deps): update result requirement from >=0 to >=0.17.0 Updates the requirements on [result](https://github.com/rustedpy/result) to permit the latest version. - [Changelog](https://github.com/rustedpy/result/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustedpy/result/compare/v0.1.0...v0.17.0) --- updated-dependencies: - dependency-name: result dependency-version: 0.17.0 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 acae0cd51..a8d6973d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pygit2>=1 pygtrie>=2 pyparsing>=3 PyYAML>=6.0 -result>=0 +result>=0.17.0 rich>=15 schema>=0 SQLAlchemy>=2