From 434e06e582cf4dc95849aa6b1efdd7a8faf8158a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 08:19:12 +0000 Subject: [PATCH] Bump tfjs-graph-converter from 1.6.1 to 1.6.2 Bumps [tfjs-graph-converter](https://github.com/patlevin/tfjs-to-tf) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/patlevin/tfjs-to-tf/releases) - [Commits](https://github.com/patlevin/tfjs-to-tf/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: tfjs-graph-converter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 773def1..3529065 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ Pillow==9.2.0 pyfakewebcam==0.1.0 tensorflow==2.11.0 tensorflow-estimator==2.11.0 -tfjs-graph-converter==1.6.1 +tfjs-graph-converter==1.6.2 requests>=2.26.0