# Version constraints for pip installation.
#
# This file doesn't install any packages. It specifies version constraints
# that will be applied if a package is needed.
#
# When pinning something here, please provide an explanation of why.  Ideally,
# link to other information that will help people in the future to remove the
# pin when possible.  Writing an issue against the offending project and
# linking to it here is good.

Django < 3.3

# tox >= 4.0.0 is a complete rewrite of the tox package. It is not a
# simple upgrade. I've pinned the version to allow us to time to prioritize this upgrade.
tox < 4.0.0