We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ce765 commit 7c426e7Copy full SHA for 7c426e7
1 file changed
pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
"psycopg-binary >= 3.0.14; sys_platform == 'win32'",
35
"sqlparse >=0.3.0,<0.6",
36
"configobj >= 5.0.6",
37
- "cli_helpers[styles] >= 2.2.1",
+ "cli_helpers[styles] >= 2.4.0",
38
# setproctitle is used to mask the password when running `ps` in command line.
39
# But this is not necessary in Windows since the password is never shown in the
40
# task manager. Also setproctitle is a hard dependency to install in Windows,
0 commit comments