# All of these must match .pre-commit-config.yaml
#
# Note that not all of the dependencies in the pre-commit config file are listed here.
# That's deliberate (it's not necessary to run them all locally).
# This file just lists the ones which it's convenient to have around locally.
black==23.1.0
blacken-docs==1.12.1
isort==5.12.0
pre-commit-hooks==4.4.0
pycln==2.1.2
pyupgrade==3.3.1
