From bc86e8fef923762fba0db52f80bb9935573c02b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 06:01:42 +0000 Subject: [PATCH] Bump tfjs-graph-converter from 1.6.1 to 1.6.3 Bumps [tfjs-graph-converter](https://github.com/patlevin/tfjs-to-tf) from 1.6.1 to 1.6.3. - [Release notes](https://github.com/patlevin/tfjs-to-tf/releases) - [Commits](https://github.com/patlevin/tfjs-to-tf/compare/v1.6.1...v1.6.3) --- 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 7130641..df851db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ Pillow==9.4.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.3 requests>=2.26.0