You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependabot tried upgrading attrs to 22.1.0 in our repo resulting in this pip install error:
The conflict is caused by:
The user requested attrs==22.1.0
desert 2020.11.18 depends on attrs
pytest 7.1.2 depends on attrs>=19.2.0
pytest-mypy 0.9.1 depends on attrs>=19.0
pytest-recording 0.12.1 depends on attrs
flake8-annotations 2.9.0 depends on attrs<22.0 and >=21.4
Rationale/Use Case
If there are no strong reasons to version cap the attrs dependency maybe it could be less strict or at least support 22.1.x for the time being.
Thank you.
The text was updated successfully, but these errors were encountered:
Description
dependabot tried upgrading
attrs
to 22.1.0 in our repo resulting in this pip install error:Rationale/Use Case
If there are no strong reasons to version cap the
attrs
dependency maybe it could be less strict or at least support 22.1.x for the time being.Thank you.
The text was updated successfully, but these errors were encountered: