From c5360ad774c2d8e1781126bfd5f28b514f82ce8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:07:59 +0000 Subject: [PATCH] Update hydra-core requirement from ~=1.2.0 to ~=1.3.2 Updates the requirements on [hydra-core](https://github.com/facebookresearch/hydra) to permit the latest version. - [Release notes](https://github.com/facebookresearch/hydra/releases) - [Changelog](https://github.com/facebookresearch/hydra/blob/v1.3.2/NEWS.md) - [Commits](https://github.com/facebookresearch/hydra/compare/v1.2.0...v1.3.2) --- updated-dependencies: - dependency-name: hydra-core 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 093bd33f..a80d70e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "torchmetrics == 0.6.0", # --------- hydra --------- # - "hydra-core ~= 1.2.0", + "hydra-core ~= 1.3.2", "hydra-colorlog ~= 1.2.0", "hydra-optuna-sweeper ~= 1.2.0",