From 0327a6296752a77ce958179664b63980aa8dddaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:01:43 +0000 Subject: [PATCH] Bump tensorflow-estimator from 2.11.0 to 2.15.0 Bumps [tensorflow-estimator](https://github.com/tensorflow/estimator) from 2.11.0 to 2.15.0. - [Release notes](https://github.com/tensorflow/estimator/releases) - [Commits](https://github.com/tensorflow/estimator/compare/v2.11.0...v2.15.0) --- updated-dependencies: - dependency-name: tensorflow-estimator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7384472..1151351d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ rich~=12.2 srsly>=2.4.0 tensorflow==2.11.1; python_version >= "3.8" tensorflow~=2.4; python_version < "3.8" -tensorflow-estimator==2.11.0; python_version >= "3.8" +tensorflow-estimator==2.15.0; python_version >= "3.8" tensorflow-estimator~=2.4; python_version < "3.8" tensorflow-text==2.11.0; python_version >= "3.8" tensorflow-text~=2.4; python_version < "3.8"