# 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.

# Common constraints for edx repos
-c common_constraints.txt


# mock has dropped support for python 3.5 after 3.0.5
mock==3.0.5
 
# freezegun>0.3.14 requires python-dateutil>2.8.1 to pass the tests which is a dependency of edx-platform
# and edx-drf-extensions.
freezegun==0.3.14

# version 0.10.16 is having version conflict in make upgrade
responses<0.10.16

factory-boy<4.0

# pytest version 6.0 causing test failures
pytest<7.0

# pinning it to latest release.
celery>=5.2.2,<6.0.0

# upgrading django-simple-history
django-simple-history<=3.1.1
