Skip to content

Commit bc7c320

Browse files
Bump protobuf from 3.6.1 to 5.29.6
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9e4854 commit bc7c320

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==1.18.2
2-
protobuf==3.6.1
2+
protobuf==5.29.6
33
pandas==1.0.3
44
xlrd==1.1.0
55
boxcars-py==0.1.*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run(self):
4747
version=version_string,
4848
packages=setuptools.find_packages(),
4949
include_package_data=True,
50-
install_requires=['pandas==1.0.3', 'protobuf==3.6.1', 'xlrd==1.1.0', 'numpy==1.18.2', 'boxcars-py==0.1.*'],
50+
install_requires=['pandas==1.0.3', 'protobuf==5.29.6', 'xlrd==1.1.0', 'numpy==1.18.2', 'boxcars-py==0.1.*'],
5151
url='https://github.com/SaltieRL/carball',
5252
keywords=['rocket-league'],
5353
license='Apache 2.0',

0 commit comments

Comments
 (0)