From ab3c136afd351d39602c7a5581cd5ce516f6d04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:11:28 +0000 Subject: [PATCH] ci(framework:skip) Bump tensorflow from 2.12.0 to 2.12.1 in /examples/custom-metrics (#3956) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel J. Beutel --- examples/custom-metrics/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-metrics/pyproject.toml b/examples/custom-metrics/pyproject.toml index 40f1b35f38f9..bf8316b90a4f 100644 --- a/examples/custom-metrics/pyproject.toml +++ b/examples/custom-metrics/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "flwr[simulation]>=1.14.0", "flwr-datasets[vision]>=0.3.0", "scikit-learn>=1.2.2", - "tensorflow==2.12.0; sys_platform != 'darwin'", + "tensorflow==2.12.1; sys_platform != 'darwin'", "tensorflow-macos==2.12.0; sys_platform == 'darwin'", ]