automaton/requirements.txt
Takashi Kajinami 1ffaeb6257 pre-commit: Bump versions
This change updates the pre-commit-config file following the recent
update made in some other repos.

Change-Id: I8a2bfeac0f4d6e5c7f284f4bcfdcb0c09adefe35
2024-02-02 12:54:36 +00:00

6 lines
182 B
Plaintext

# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr!=2.1.0,>=2.0.0 # Apache-2.0
# For pretty formatting machines/state tables...
PrettyTable>=0.7.2 # BSD