abn / cafeteria

Cafeteria: A convenience package providing various building blocks enabling pythonic patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependabot can't resolve your Python dependency files

dependabot-preview opened this issue · comments

Dependabot can't resolve your Python dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Creating virtualenv cafeteria-sSY56XTT-py3.8 in /home/dependabot/.cache/pypoetry/virtualenvs
The lock file might not be compatible with the current version of Poetry.
Upgrade Poetry to ensure the lock file is read properly or, alternatively, regenerate the lock file with the `poetry lock` command.
Updating dependencies
Resolving dependencies...

[SolverProblemError]
The current project's Python requirement (^3.6) is not compatible with some of the required packages Python requirement:
  - pre-commit requires Python >=3.6.1
  - pre-commit requires Python >=3.6.1

Because no versions of pre-commit match >2.7,<2.7.1 || >2.7.1,<3.0
 and pre-commit (2.7.0) requires Python >=3.6.1, pre-commit is forbidden.
So, because pre-commit (2.7.1) requires Python >=3.6.1
 and cafeteria depends on pre-commit (^2.7), version solving failed.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.