Skip to content

Commit 91c61a5

Browse files
authored
Changes for pyparsing 3.3.0 #4984 (#5008)
1 parent c402a27 commit 91c61a5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dependencies.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ version_property: get_version()
295295
[pyparsing]
296296
dpkg_name: python3-pyparsing
297297
minimum_version: 3.0.0
298-
maximum_version: 3.2.0
299298
rpm_name: python3-pyparsing
300299
version_property: __version__
301300

plaso/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'pymodi': ('get_version()', '20210405', None, True),
5454
'pymsiecf': ('get_version()', '20150314', None, True),
5555
'pyolecf': ('get_version()', '20151223', None, True),
56-
'pyparsing': ('__version__', '3.0.0', '3.2.0', True),
56+
'pyparsing': ('__version__', '3.0.0', None, True),
5757
'pyphdi': ('get_version()', '20220228', None, True),
5858
'pyqcow': ('get_version()', '20201213', None, True),
5959
'pyregf': ('get_version()', '20201002', None, True),

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ lz4 >= 0.10.0
5050
opensearch-py
5151
pefile >= 2023.2.7
5252
psutil >= 5.4.3
53-
pyparsing >= 3.0.0,< 3.2.0
53+
pyparsing >= 3.0.0
5454
python-dateutil >= 1.5
5555
pytsk3 >= 20210419
5656
pytz

0 commit comments

Comments
 (0)