From 593de24d1a0a3f0c309bb45246fe9d1a321195ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:52:49 +0000 Subject: [PATCH] fix:(deps-dev): update wandb requirement Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version. - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.12.7...v0.15.12) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15166391..8ea8e61c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "wasabi>=0.9.0,<1.2.0", "scikit-learn>=1.1.2,<1.4.0", "srsly>=2.4.4, <2.5.0", - "wandb>=0.12.7,<0.15.12", + "wandb>=0.12.7,<0.15.13", "psutil>=5.9.1, <6.0.0", "dill>=0.3.5,<0.3.8", "SQLAlchemy>=1.4.40,<2.0.22",