From 2f6eb5bc1820b736ade8b40509e324bf89101c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 13:00:46 +0000 Subject: [PATCH] Update protobuf requirement in /gym_exps/requirements Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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.20.0-rc1...v4.23.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gym_exps/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gym_exps/requirements/base.txt b/gym_exps/requirements/base.txt index 8082608..9854834 100644 --- a/gym_exps/requirements/base.txt +++ b/gym_exps/requirements/base.txt @@ -3,6 +3,6 @@ gymnasium[classic-control,mujoco]==0.27.* hydra-core==1.3.* hydra-zen==0.9.* hydra-ray-launcher==1.2.* -protobuf==3.20.* # FIXME: https://stackoverflow.com/questions/72441758/typeerror-descriptors-cannot-not-be-created-directly +protobuf==4.23.* # FIXME: https://stackoverflow.com/questions/72441758/typeerror-descriptors-cannot-not-be-created-directly hydra-colorlog==1.2.* wandb