From c1288e747d07ed8997bd9d478af47ec418fb53ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:05:21 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.19.6 to 4.22.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.6 to 4.22.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.6...v4.22.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a82a2d..3a1f263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ opt-einsum==3.3.0 ; python_full_version == "3.9.16" packaging==23.0 ; python_full_version == "3.9.16" pandas==1.5.3 ; python_full_version == "3.9.16" pillow==9.4.0 ; python_full_version == "3.9.16" -protobuf==3.19.6 ; python_full_version == "3.9.16" +protobuf==4.22.3 ; python_full_version == "3.9.16" pyasn1-modules==0.2.8 ; python_full_version == "3.9.16" pyasn1==0.4.8 ; python_full_version == "3.9.16" pydantic==1.10.4 ; python_full_version == "3.9.16"