1
0
Fork 0

Merging upstream version 1.24.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 19:00:20 +01:00
parent e8b9795bd8
commit 61ec49505e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,11 @@
1.24.3 (2022/01/20)
===================
Bug Fixes:
----------
* Upgrade cli_helpers to workaround Pygments regression.
1.24.2 (2022/01/11)
===================

View file

@ -1 +1 @@
__version__ = '1.24.2'
__version__ = '1.24.3'

View file

@ -19,12 +19,13 @@ description = 'CLI for MySQL Database. With auto-completion and syntax highlight
install_requirements = [
'click >= 7.0',
'cryptography >= 1.0.0',
'Pygments>=1.6,<=2.11.1',
# 'Pygments>=1.6,<=2.11.1',
'Pygments>=1.6',
'prompt_toolkit>=3.0.6,<4.0.0',
'PyMySQL >= 0.9.2',
'sqlparse>=0.3.0,<0.5.0',
'configobj >= 5.0.5',
'cli_helpers[styles] >= 2.0.1',
'cli_helpers[styles] >= 2.2.1',
'pyperclip >= 1.8.1',
'pyaes >= 1.6.1'
]