From 9f2863c66b48b280a24c20490cf0a7a9c9f4f7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 17:06:19 -0700 Subject: [PATCH] Copybara import of the project: -- 57572d861a8bfe42a3b34b19a6e25a0b7ea4f22f by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>: Bump flatbuffers from 1.12 to 2.0 Bumps [flatbuffers](https://github.com/google/flatbuffers) from 1.12 to 2.0. - [Release notes](https://github.com/google/flatbuffers/releases) - [Commits](https://github.com/google/flatbuffers/compare/v1.12.0...v2.0.0) --- updated-dependencies: - dependency-name: flatbuffers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] COPYBARA_INTEGRATE_REVIEW=https://github.com/google/jax/pull/7686 from google:dependabot/pip/flatbuffers-2.0 57572d861a8bfe42a3b34b19a6e25a0b7ea4f22f PiperOrigin-RevId: 392097862 --- build/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/test-requirements.txt b/build/test-requirements.txt index ea237cf98..d8e285bc4 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -1,5 +1,5 @@ flake8 -flatbuffers==1.12 +flatbuffers==2.0 pillow>=8.3.1 pytest-benchmark pytest-xdist