Skip to content

Commit 70a302e

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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==7.34.0rc1
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==7.34.0rc1', '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)