is there a reason pants doesn’t accept defining th...
# general
c
is there a reason pants doesn’t accept defining the flake8 version inside your python requirements as opposed to the pants.toml file? Defining inside our
pyproject.toml
is easier for us so we can leverage tools like dependabot/renovate to automatically bump the version
h
I think https://github.com/pantsbuild/pants/issues/12449 would be a step towards that
Can you comment there with this use-case?