From 07c8f741f0f77578637e11fcbc0d3cbb3855abe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:07:21 +0000 Subject: [PATCH] Bump hyperopt from 0.2.5 to 0.2.7 Bumps [hyperopt](https://github.com/hyperopt/hyperopt) from 0.2.5 to 0.2.7. - [Release notes](https://github.com/hyperopt/hyperopt/releases) - [Changelog](https://github.com/hyperopt/hyperopt/blob/master/RELEASE.txt) - [Commits](https://github.com/hyperopt/hyperopt/compare/0.2.5...0.2.7) --- updated-dependencies: - dependency-name: hyperopt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/requirements-examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements-examples.txt b/examples/requirements-examples.txt index 48c8f2d..cb2cf76 100644 --- a/examples/requirements-examples.txt +++ b/examples/requirements-examples.txt @@ -1,4 +1,4 @@ torch==1.10.0 -hyperopt==0.2.5 +hyperopt==0.2.7 torchvision==0.11.1 matplotlib==3.4.3