From 6611df00b80c2af05e25b222cc662c4f10d7d022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:09:28 +0000 Subject: [PATCH] Bump result from 0.9.0 to 0.14.0 Bumps [result](https://github.com/rustedpy/result) from 0.9.0 to 0.14.0. - [Changelog](https://github.com/rustedpy/result/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustedpy/result/compare/v0.9.0...v0.14.0) --- updated-dependencies: - dependency-name: result dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c95569..df96fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "SMAC==2.0.2", - "result==0.9.0", + "result==0.14.0", "xdg-base-dirs==6.0.0", "onnxruntime==1.14.1", "pandas==2.0.1",