From 79f3787dbf069b8aab3e29cd4ef808f95b223f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:58:46 +0000 Subject: [PATCH] Bump protobuf from 3.6.1 to 3.18.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.18.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.6.1...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7b95b1b6..79c13e16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.18.2 -protobuf==3.6.1 +protobuf==3.18.3 pandas==1.0.3 xlrd==1.1.0 boxcars-py==0.1.* diff --git a/setup.py b/setup.py index 6babf638..f813c53e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def run(self): version=version_string, packages=setuptools.find_packages(), include_package_data=True, - install_requires=['pandas==1.0.3', 'protobuf==3.6.1', 'xlrd==1.1.0', 'numpy==1.18.2', 'boxcars-py==0.1.*'], + install_requires=['pandas==1.0.3', 'protobuf==3.18.3', 'xlrd==1.1.0', 'numpy==1.18.2', 'boxcars-py==0.1.*'], url='https://github.com/SaltieRL/carball', keywords=['rocket-league'], license='Apache 2.0',