With Nautobot release 2.4.6, python 3.9.0 and 3.9.1 support was dropped due to security issues. We need to update the requirements here to match the latest supported version by default. Also, there is still python 3.8 in tasks.py as the default version in nautobot_docker_compose["python_ver"]
, which needs to be changed.