Skip to content

Commit b38204b

Browse files
author
Andrew Nikitin
committed
[Pygments] Add patch version for pygments
Signed-off-by: Andrew Nikitin <[email protected]>
1 parent 3ff1474 commit b38204b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-scripts/ubuntu-1604/build-3rd-parties.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ build_from_pypi portalocker 0.5.7
7575
build_from_pypi sortedcontainers 1.5.7
7676
build_from_pypi setuptools 38.5.2
7777
build_from_pypi semver 2.7.9
78-
build_from_pypi pygments 2.2
78+
build_from_pypi pygments 2.2.0
7979
build_from_pypi psutil 5.4.3
8080
build_from_pypi pyzmq 17.0.0
8181
build_from_pypi intervaltree 2.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'plenum']},
5252
include_package_data=True,
5353
install_requires=['jsonpickle==0.9.6', 'ujson==1.33',
54-
'prompt_toolkit==0.57', 'pygments==2.2',
54+
'prompt_toolkit==0.57', 'pygments==2.2.0',
5555
'rlp==0.5.1', 'sha3==0.2.1', 'leveldb',
5656
'ioflo==1.5.4', 'semver==2.7.9', 'base58==1.0.0', 'orderedset==2.0',
5757
'sortedcontainers==1.5.7', 'psutil==5.4.3', 'pip<10.0.0',

0 commit comments

Comments
 (0)