Skip to content

Commit 7e74113

Browse files
author
Ivan Dlugos
committed
update to flatbuffers v1.12
1 parent 261511e commit 7e74113

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,3 +1,3 @@
11
pip
2-
flatbuffers==1.11
2+
flatbuffers==1.12
33
pytest>=4.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242

4343
install_requires=[
44-
'flatbuffers==1.11',
44+
'flatbuffers==1.12',
4545
],
4646

4747
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)